From e047051e5d157d36a51108646b0bd49e0120d0b4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 16 Apr 2009 06:23:33 +0000 Subject: initram: try continue boot after emergency shell exit sometimes it is possible to manually fix the problem, for example mount the alpine device manually after modprobing the correct modules. Then it makes sense to continue boot rather than just die. --- initramfs-init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initramfs-init') diff --git a/initramfs-init b/initramfs-init index 97fe153..f3b158d 100755 --- a/initramfs-init +++ b/initramfs-init @@ -28,8 +28,8 @@ eend() { else shift echo "failed. $*" - echo "initramfs emergency recovery shell launched" - exec /bin/busybox sh + echo "initramfs emergency recovery shell launched. Type 'exit' to continue boot" + /bin/busybox sh fi } -- cgit v1.2.3