Taking noprompt into account for USB flash drives as well.
[live-boot-grml.git] / debian / live-initramfs.init
index 07f707c..5c79401 100644 (file)
@@ -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