summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/debian
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/debian
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/debian')
-rw-r--r--initramfs/distro-specs/debian/functions-default2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/distro-specs/debian/functions-default b/initramfs/distro-specs/debian/functions-default
index 879d5c0b..a3f46652 100644
--- a/initramfs/distro-specs/debian/functions-default
+++ b/initramfs/distro-specs/debian/functions-default
@@ -70,7 +70,7 @@ initial_boot () {
# 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 mountkernfs.sh mountvirtfs udev procps.sh bootlogd \
+ for i in mountkernfs.sh mountvirtfs boot.slx udev procps.sh bootlogd \
$D_SPLASHY keymap.sh hwclock.sh sudo dbus-1; do
count=$(($count + 1))
[ $DEBUGLEVEL -ge 2 ] && echo "boot-runlevelscript $i"