[SCM] live-boot branch, debian-next, updated. debian/3.0_a12-1-4-g51e1dec

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


The following commit has been merged in the debian-next branch:
commit 51e1decf5b0d3333b56d1ac9a9aa74a0bfb7c32d
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 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
 		;;
 
 	*)

-- 
live-boot



More information about the debian-live-changes mailing list