summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/live-boot.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/live-boot.init b/debian/live-boot.init
index dd338b1..8ccbc01 100644
--- a/debian/live-boot.init
+++ b/debian/live-boot.init
@@ -155,6 +155,8 @@ do_stop ()
esac
done
+ mount -o remount,ro /live/cow
+
if [ -z ${QUICKREBOOT} ]
then
@@ -233,8 +235,6 @@ case "${1}" in
[ "${VERBOSE}" != no ] && log_end_msg 1
;;
esac
-
- mount -o remount,ro /live/cow
;;
*)