summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-28 22:07:01 +0200
committerDirk von Suchodoletz2008-08-28 22:07:01 +0200
commit5d7900d3eacc1f45fc67fc6bc47fee9c78642ecd (patch)
tree33d8252325040670d6b361221513ee346d6dbd87 /initramfs/distro-specs/suse
parent* moved hwinfo into initramfs/tools folder, as it is only being used by the (diff)
downloadcore-5d7900d3eacc1f45fc67fc6bc47fee9c78642ecd.tar.gz
core-5d7900d3eacc1f45fc67fc6bc47fee9c78642ecd.tar.xz
core-5d7900d3eacc1f45fc67fc6bc47fee9c78642ecd.zip
The boot.slx was started too early in rcS/boot.d ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2121 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/suse')
-rw-r--r--initramfs/distro-specs/suse/functions-default2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default
index 6b2ce754..78a55064 100644
--- a/initramfs/distro-specs/suse/functions-default
+++ b/initramfs/distro-specs/suse/functions-default
@@ -328,7 +328,7 @@ local count=10
# 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.slx boot.udev boot.proc boot.klog boot.loadmodules boot.clock \
+for i in boot.udev boot.proc boot.klog boot.loadmodules boot.slx boot.clock \
boot.sysctl boot.ipconfig boot.swap $D_SPLASHY; do
count=$(($count + 1))
[ $DEBUGLEVEL -ge 2 ] && echo "boot-runlevelscript $i"