From: Jeremy Katz Date: Tue, 16 Dec 2008 21:56:28 +0000 (-0500) Subject: Sleep forever instead of exiting so you can scroll back X-Git-Tag: 0.1~509 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed16343e66b1cd3604a9bf50fb61b7edf45a918d;p=thirdparty%2Fdracut.git Sleep forever instead of exiting so you can scroll back --- diff --git a/init b/init index c5db40dce..e52055ab1 100755 --- a/init +++ b/init @@ -102,4 +102,5 @@ exec /sbin/switch_root # davej doesn't like initrd bugs echo "Something went very badly wrong in the initrd. Please " echo "file a bug against mkinitrd." +sleep 100d exit 1