]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 c5db40dce306ae88b24dcd5a1be453d89552e7c2..e52055ab159b48017c3c8af929b02b61d11b4ea5 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