summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
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/init
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/init')
-rwxr-xr-xinitramfs/initrd-stuff/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init
index 4fcae3bd..8e5c4580 100755
--- a/initramfs/initrd-stuff/init
+++ b/initramfs/initrd-stuff/init
@@ -537,7 +537,7 @@ elif [ -z "${cowloop}" ] ; then
# run some specific stuff !?
fi
# script for stuff to execute during early bootup
-d_mkrlscript init boot.ld "Running configuration postponed from InitRamFS"
+d_mkrlscript init boot.slx "Running configuration postponed from InitRamFS"
echo "fs complete at $(sysup)" >/tmp/fscmpl
# write debug file information after filesystem setup completed
@@ -635,7 +635,7 @@ done
# check for inittab file (might fail for new style init -> upstart)
test -f /mnt/etc/inittab || test -d /mnt/etc/event.d || error "$init_erritab"
# close runlevel script for stuff to execute during early bootup
-d_mkrlscript close boot.ld ""
+d_mkrlscript close boot.slx ""
# put /tmp into stage4 mtab and add stuff to stage4 fstab
sed -n "s,/mnt,,;/\/tmp /p" /proc/mounts >> /mnt/etc/mtab
[ -f /tmp/fstab ] && cat /tmp/fstab >> /mnt/etc/fstab