From 25460e0599eec760b90164d1ebe438cded167970 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 1 Apr 2007 18:08:14 +0000 Subject: 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 --- initramfs/initrd-stuff/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initramfs/initrd-stuff/init') 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 -- cgit v1.2.3-55-g7522