Releasing debian version 1.173.5-1.
[live-boot-grml.git] / debian / live-initramfs.init
index 5c79401..1ba8d5c 100644 (file)
@@ -137,11 +137,6 @@ 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)"
 
@@ -198,6 +193,8 @@ case "${1}" in
                                [ "${VERBOSE}" != no ] && log_end_msg 1
                                ;;
                esac
+
+               mount -o remount,ro /live/cow
                ;;
 
        *)