summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/bin/servconfig
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-04-01 20:08:14 +0200
committerDirk von Suchodoletz2007-04-01 20:08:14 +0200
commit25460e0599eec760b90164d1ebe438cded167970 (patch)
treec3512777d080b87ea0bf38cc3b8b2182770171ee /initramfs/initrd-stuff/bin/servconfig
parent* moved default values for systems and client into DB-layer (diff)
downloadcore-25460e0599eec760b90164d1ebe438cded167970.tar.gz
core-25460e0599eec760b90164d1ebe438cded167970.tar.xz
core-25460e0599eec760b90164d1ebe438cded167970.zip
Renaming of boot.ld to boot.slx to be more naming compliant (and
understandable) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@848 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/bin/servconfig')
-rwxr-xr-xinitramfs/initrd-stuff/bin/servconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig
index ac515b1d..0aaec294 100755
--- a/initramfs/initrd-stuff/bin/servconfig
+++ b/initramfs/initrd-stuff/bin/servconfig
@@ -83,7 +83,7 @@ echo "
#############################################################################
# set localization and add entries to initialize keytable and consolefont to
-# boot.ld
+# boot.slx
DEFKEYTABLE="de-latin1-nodeadkeys"
if [ -z "$country" ] ; then
error "$scfg_country" nonfatal
@@ -94,7 +94,7 @@ if [ -z "${KEYTABLE}" ] ; then
error "$hcfg_keyb" nonfatal
KEYTABLE=${DEFKEYTABLE}
fi
-echo -e "\t# entries added by $0: $date" >> /mnt/etc/${D_INITDIR}/boot.ld
+echo -e "\t# entries added by $0: $date" >> /mnt/etc/${D_INITDIR}/boot.slx
[ -n "${KEYTABLE}" ] && keytable
[ -n "${CONSOLE_FONT}" ] && consolefont
@@ -499,7 +499,7 @@ resmgr revoke nobody\nresmgr logout tty7\nkillall X" \
# early start of kiosk session if not late_dm is set
if [ "x$late_dm" != "xyes" ] ; then
echo -e "\t# kiosk start added by $0\n\t\
-/var/X11R6/bin/kiosk &>/dev/null &" >>/mnt/etc/${D_INITDIR}/boot.ld
+/var/X11R6/bin/kiosk &>/dev/null &" >>/mnt/etc/${D_INITDIR}/boot.slx
fi
cp /etc/startgui /mnt/var/X11R6/bin
chmod a+x /mnt/var/X11R6/bin/kiosk /mnt/var/X11R6/bin/startgui