summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-default
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/ubuntu/functions-default
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/ubuntu/functions-default')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-default10
1 files changed, 4 insertions, 6 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default
index 884a40ad..fe27f245 100644
--- a/initramfs/distro-specs/ubuntu/functions-default
+++ b/initramfs/distro-specs/ubuntu/functions-default
@@ -29,11 +29,9 @@ D_DIRINBINDMNT="/var/run /var/log /var/tmp /var/lib/gdm"
D_RODIRSINRW="/etc/X11/xkb /var/lib/gconf /var/lib/dpkg /var/lib/aspell \
/var/lib/pango /var/lib/defoma /var/cache/fontconfig"
#D_RWDIRSINRO="/var/lib/gdm"
-D_DIRINDXS="/var/X11R6/compose-cache \
-/var/run/sysconfig/tmp /var/adm /var/lib/rpm /var/lib/nobody \
-/var/lib/pam_devperm /var/lib/bluetooth \
-/var/lib/texmf /var/lib/nfs/sm \
-/var/lib/misc /var/lib/acpi /var/spool/cron \
+D_DIRINDXS="/var/X11R6/compose-cache /var/run/sysconfig/tmp /var/adm \
+/var/lib/nobody /var/lib/pam_devperm /var/lib/bluetooth /var/lib/texmf \
+/var/lib/nfs/sm /var/lib/misc /var/lib/acpi /var/spool/cron \
/var/lock/subsys/sysconfig"
# empty functions are defined at the beginning of /etc/functions
@@ -77,7 +75,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 mountkernfs.sh keyboard-setup mountdevsubfs.sh procps.sh \
+for i in mountkernfs.sh mountdevsubfs.sh boot.slx keyboard-setup procps \
bootlogd hwclock.sh sudo console-setup $D_SPLASHY; do
count=$(($count + 1))
[ $DEBUGLEVEL -ge 2 ] && echo "boot-runlevelscript $i"