X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-initramfs.init;h=294355d24dce990c074edf208b3ba5c16170886e;hb=cede9a21cf3093b441026095eaec3d67f8a3dc7f;hp=f7ac223a928d5c91ff0710a2fd6c5420576ab57f;hpb=1d4bcbf8290ed36a03725ac898ea826f0b33e668;p=live-boot-grml.git diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init index f7ac223..294355d 100644 --- a/debian/live-initramfs.init +++ b/debian/live-initramfs.init @@ -137,6 +137,11 @@ do_stop () if [ -z ${QUICKREBOOT} ] then + # in order to deal with the aufs unmount problem, we do a sync here. + sync + sleep 1 + sync + # TODO: i18n BOOT_DEVICE="$(get_boot_device)" @@ -156,12 +161,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 +198,8 @@ case "${1}" in [ "${VERBOSE}" != no ] && log_end_msg 1 ;; esac + + mount -o remount,ro /live/cow ;; *)