summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/initrd-stuff/etc/functions')
-rw-r--r--initramfs/initrd-stuff/etc/functions6
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions
index 3dd3a530..c9f8c8be 100644
--- a/initramfs/initrd-stuff/etc/functions
+++ b/initramfs/initrd-stuff/etc/functions
@@ -928,10 +928,10 @@ esac
# be handled differently)
initial_boot () {
local count=10
-# boot.ld is a special runlevel script generated within initialramfs which
+# boot.slx is a special runlevel script generated within initialramfs which
# should be executed before the normal runlevel scripts. Proper shutdown is
# not needed!?
-for i in boot.ld ${D_INITSCRIPTS}; do
+for i in boot.slx ${D_INITSCRIPTS}; do
count=`expr $count + 1`
revcnt=`expr 41 - $count`
ln -sf /etc${D_INITDIR}/$i /mnt/etc/${D_INITBOOTD}/S${count}$i
@@ -1170,7 +1170,7 @@ config_bt () {
:
}
-# create a compliant runlevel script, needed for boot.ld and vmware-prep
+# create a compliant runlevel script, needed for boot.slx and vmware-prep
d_mkrlscript () {
:
}