X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Flive-initramfs.init;h=5c79401a99afd21412d6db461b114d1707bf7daf;hb=605e7fad72bdf94f15587c7824fb4ea977c8e4a3;hp=07f707c581fbb6a68d0cadcf8c32d257c6785148;hpb=591cf99777da9ad9bb2b5987e765ee1861701878;p=live-boot-grml.git diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init index 07f707c..5c79401 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,9 +161,10 @@ do_stop () eject -p -m /live/image >/dev/null 2>&1 fi - [ "$prompt" ] || return 0 fi + [ "$prompt" ] || return 0 + stty sane < /dev/console printf "\n\n${MESSAGE} and press ENTER to continue:" > /dev/console