From: Harald Hoyer Date: Wed, 10 Nov 2010 19:45:02 +0000 (+0100) Subject: rootfs-block/mount-root.sh: set prompt in emergency shell X-Git-Tag: 008~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4f88b8a49af96423161f5a62376395768871b43;p=thirdparty%2Fdracut.git rootfs-block/mount-root.sh: set prompt in emergency shell --- diff --git a/modules.d/95rootfs-block/mount-root.sh b/modules.d/95rootfs-block/mount-root.sh index f56fbed18..baa1ce570 100755 --- a/modules.d/95rootfs-block/mount-root.sh +++ b/modules.d/95rootfs-block/mount-root.sh @@ -127,7 +127,7 @@ if [ -n "$root" -a -z "${root%%block:*}" ]; then warn "*** An error occurred during the file system check." warn "*** Dropping you to a shell; the system will retry" warn "*** to mount the system, when you leave the shell." - emergency_shell "(Repair filesystem)" + emergency_shell -n "(Repair filesystem)" else echo $out|vinfo [ $RD_ROOTFS_FSCK -gt 0 ] && warn "fsck returned with $RD_ROOTFS_FSCK"