Merging casper 1.183.
[live-boot-grml.git] / debian / live-initramfs.init
index 07f707c..1ba8d5c 100644 (file)
@@ -156,9 +156,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
@@ -192,6 +193,8 @@ case "${1}" in
                                [ "${VERBOSE}" != no ] && log_end_msg 1
                                ;;
                esac
+
+               mount -o remount,ro /live/cow
                ;;
 
        *)