From 24e652917a129fac93d3bc5a34b265cf8a913cfc Mon Sep 17 00:00:00 2001 From: Ronny Standtke Date: Wed, 1 Dec 2010 20:36:08 +0000 Subject: 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 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 ;; *) -- cgit v1.2.3