nfsro is no longer an option in unionfs 2.0, if it
is used the unioned volume attempts to write to the
readonly nfs volume.
-Jesse
Index: scripts/live
===================================================================
--- scripts/live (revision 2787)
+++ scripts/live (working copy)
@@ -635,8 +635,10 @@
# Let's just mount the read-only file systems first
rofsstring=""
rofslist=""
- if [ "${NETBOOT}" = "nfs" ] ; then
- roopt="nfsro" # go aroung a bug in nfs-unionfs locking
+ minor_kernel_version=`uname -r|cut -c 5-|sed 's/[^0-9].*//'`
+ if [ "${NETBOOT}" = "nfs" ] && [ "${minor_kernel_version}" -lt 19 ]; then
+ # go aroung a bug in nfs-unionfs locking for unionfs <= 1.4
+ roopt="nfsro"
else
roopt="ro"
fi
_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel