summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
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