X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-initramfs.init;h=1ba8d5c4d2967d42ab604e70298dc9828b70b5a9;hb=fedd8a329d4b8181ff56701a69f3ab3836b67f09;hp=5c79401a99afd21412d6db461b114d1707bf7daf;hpb=e1e3850fdff9898fc1a22841bf71ff5dfdbcadde;p=live-boot-grml.git diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init index 5c79401..1ba8d5c 100644 --- a/debian/live-initramfs.init +++ b/debian/live-initramfs.init @@ -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 ;; *)