summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-08-20 22:16:31 +0200
committerDirk von Suchodoletz2006-08-20 22:16:31 +0200
commit17cdc707dd45b0e0eda884c895393f061029439e (patch)
treead3155284e587eeb71807c9d33dcb97ddb3c5ed2 /initrd/initrd-stuff/init
parentGDM Probleme (unter UnionFS) behoben (diff)
downloadcore-17cdc707dd45b0e0eda884c895393f061029439e.tar.gz
core-17cdc707dd45b0e0eda884c895393f061029439e.tar.xz
core-17cdc707dd45b0e0eda884c895393f061029439e.zip
uri format for automount and scratch (/tmp via nfs, ...), little fixes,
cleanups, ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@319 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init4
1 files changed, 3 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index a2560b3f..d9de24f1 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -476,7 +476,9 @@ cp /etc/machine-setup /mnt/etc
postinit
[ -s /initramfs/postinit.local ] && \
cp /initramfs/postinit.local /bin/postinit.local
-[ -x /bin/postinit.local ] && /bin/postinit.local
+[ -x /bin/postinit.local ] && {
+ echo "Running postinit.local - if boot stops here, check the script!"
+ /bin/postinit.local; }
# start a debug shell in higher debug levels
[ $DEBUGLEVEL -gt 2 ] && /bin/sh