X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-initramfs.init;h=1ba8d5c4d2967d42ab604e70298dc9828b70b5a9;hb=088e23d8225c53f92bc12125d95a11e165869a9a;hp=f7ac223a928d5c91ff0710a2fd6c5420576ab57f;hpb=1f186938845f0235fb300eb3541ed5b00089350a;p=live-boot-grml.git diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init index f7ac223..1ba8d5c 100644 --- a/debian/live-initramfs.init +++ b/debian/live-initramfs.init @@ -156,12 +156,13 @@ do_stop () eject -p -m /live/image >/dev/null 2>&1 fi - [ "$prompt" ] || return 0 fi + [ "$prompt" ] || return 0 + stty sane < /dev/console - echo -n -e "\n\n${MESSAGE} and press ENTER to continue:" > /dev/console + printf "\n\n${MESSAGE} and press ENTER to continue:" > /dev/console if [ -x /sbin/usplash_write ] then @@ -192,6 +193,8 @@ case "${1}" in [ "${VERBOSE}" != no ] && log_end_msg 1 ;; esac + + mount -o remount,ro /live/cow ;; *)