From 17cdc707dd45b0e0eda884c895393f061029439e Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 20 Aug 2006 20:16:31 +0000 Subject: 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 --- initrd/initrd-stuff/init | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'initrd/initrd-stuff/init') 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 -- cgit v1.2.3-55-g7522