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.
This commit is contained in:
Natanael Copa 2009-04-16 06:23:33 +00:00
parent 3da4b997c4
commit e047051e5d
1 changed files with 2 additions and 2 deletions

View File

@ -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
}