[SCM] live-boot branch, debian-old-2.0, updated. debian/2.0.12-1-1-ge5b893b

Daniel Baumann daniel at debian.org
Thu Dec 2 11:55:30 UTC 2010


The following commit has been merged in the debian-old-2.0 branch:
commit e5b893bb73148cca9f03a1be9d26da22d0328f4a
Author: Ronny Standtke <ronny.standtke at fhnw.ch>
Date:   Wed Dec 1 20:36:08 2010 +0000

    Remounting cow read-only before prompting user to remove usb flash drive.

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
 		;;
 
 	*)

-- 
live-boot



More information about the debian-live-changes mailing list