summaryrefslogtreecommitdiffstats
path: root/initramfs/mkdxsinitrd
diff options
context:
space:
mode:
authorOliver Tappe2007-04-05 14:28:51 +0200
committerOliver Tappe2007-04-05 14:28:51 +0200
commitca73187f042e904f764d715707f2a3e19afedf58 (patch)
tree0cf1ab40fdf6ec102261596a5f146e09680cbfc2 /initramfs/mkdxsinitrd
parentFix for preparation of /etc/hosts file (if more than one domain name (diff)
downloadcore-ca73187f042e904f764d715707f2a3e19afedf58.tar.gz
core-ca73187f042e904f764d715707f2a3e19afedf58.tar.xz
core-ca73187f042e904f764d715707f2a3e19afedf58.zip
* renamed '/etc/sysconfig/slxconfig' to '/etc/sysconfig/slxsystem.conf' in order to
avoid confusions between this file and the 'slxconfig'-script. * changed slxconfig-demuxer to automatically add the current OpenSLX-version into slxsystem.conf (via slxversion). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@865 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/mkdxsinitrd')
-rwxr-xr-xinitramfs/mkdxsinitrd8
1 files changed, 4 insertions, 4 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index 1d86c90c..bfc6b141 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -59,7 +59,7 @@ SLX_CONFIG_PATH=@@@SLX_CONFIG_PATH@@@
. $SLX_CONFIG_PATH/settings.default
[ -f $SLX_CONFIG_PATH/settings.local ] && \
. $SLX_CONFIG_PATH/settings.local
-# read the common functions file
+# read the common functions file
[ -e ${SLX_SHARE_PATH}/initramfs/etc/functions ] && \
. ${SLX_SHARE_PATH}/initramfs/etc/functions
@@ -195,7 +195,7 @@ else
# the stage3 init - fixme: version string should be added in a more clever way
echo -e "slxconf_date=${DATE}\nslxconf_kernver=${KERNVER}\n\
slxconf_listnwmod=\"${NWMODULES}\"\nslxconf_distro=${DISTRO}-${DISTRO_VER}\n\
-slxconf_slxver=\"4.0.8b\"" > ${INSTDIR}/etc/sysconfig/slxconfig
+slxconf_slxver=\"4.0.8b\"" > ${INSTDIR}/etc/sysconfig/slxsystem.conf
[ "$use_busybox" = 1 ] && sed -e "s,^#!/bin/sh,#!/bin/ash," \
-i ${INSTDIR}/${FILENAME}
fi
@@ -373,7 +373,7 @@ shift $(expr $OPTIND - 1)
#########################################################################
# End of parameter, argument interpretation
-# Check for superuser id
+# Check for superuser id
precheck
#Change to the directory this script is located in
goto_script_dir
@@ -729,7 +729,7 @@ for module in af_packet unix ${NWMODULES} ${FSMODULES} ${MISCMODULES} \
# iscsi modules
# cobi cobi iscsiadm iscsid bin &>/dev/null
#mkdir -p ${ddirprefix}/drivers/scsi
- #for i in scsi_mod scsi_transport_iscsi libiscsi iscsi_tcp; do
+ #for i in scsi_mod scsi_transport_iscsi libiscsi iscsi_tcp; do
# cp ${rdirprefix}/drivers/scsi/$i.ko
# ${ddirprefix}/drivers/scsi
#done