[SCM] debian-live/live-initramfs branch, master, updated. 1.110.7-1-19-gbab3bf7

Daniel Baumann daniel at debian.org
Tue Feb 26 11:40:44 UTC 2008


The following commit has been merged in the master branch:
commit e57015b074f9230685ff4fc5c1efc129917a7552
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Feb 26 12:40:16 2008 +0100

    Merging casper 1.118.

diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper
index ea43f07..88245c9 100644
--- a/docs/ChangeLog.casper
+++ b/docs/ChangeLog.casper
@@ -1,3 +1,10 @@
+casper (1.118) hardy; urgency=low
+
+  [ Julian Andres Klode, Colin Watson ]
+  * Use aufs instead of unionfs if union=aufs is given (LP: #187259).
+
+ -- Colin Watson <cjwatson at ubuntu.com>  Thu, 14 Feb 2008 18:00:36 +0000
+
 casper (1.117) hardy; urgency=low
 
   * Disable speech for magnifier and braille profiles again.  Thanks
diff --git a/scripts/live b/scripts/live
index 0443e35..332de10 100755
--- a/scripts/live
+++ b/scripts/live
@@ -892,6 +892,9 @@ setup_unionfs ()
 	then
 		# go aroung a bug in nfs-unionfs locking for unionfs <= 1.4
 		roopt="nfsro"
+	elif [ "${UNIONTYPE}" = "aufs" ]
+	then
+		roopt="rr"
 	else
 		roopt="ro"
 	fi

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list