From a8c577a5c5a2e6a910986aa880347c73d3103077 Mon Sep 17 00:00:00 2001 From: Ronny Standtke Date: Wed, 1 Dec 2010 20:36:08 +0000 Subject: [PATCH] Remounting cow read-only before prompting user to remove usb flash drive. --- debian/live-boot.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/live-boot.init b/debian/live-boot.init index 2ea72cb..f8471b6 100644 --- a/debian/live-boot.init +++ b/debian/live-boot.init @@ -156,6 +156,8 @@ do_stop () esac done + mount -o remount,ro /live/cow + if [ -z ${QUICKREBOOT} ] then @@ -223,8 +225,6 @@ case "${1}" in [ "${VERBOSE}" != no ] && log_end_msg 1 ;; esac - - mount -o remount,ro /live/cow ;; *) -- 2.1.4