Sleep forever instead of exiting so you can scroll back
authorJeremy Katz <katzj@redhat.com>
Tue, 16 Dec 2008 21:56:28 +0000 (16:56 -0500)
committerJeremy Katz <katzj@redhat.com>
Tue, 16 Dec 2008 21:56:28 +0000 (16:56 -0500)
init

diff --git a/init b/init
index c5db40d..e52055a 100755 (executable)
--- 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