X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=332de1019e58e0948f816af97541d1f40fdadd04;hb=775744005183d6d42123a9dd3274dc9d575b27ec;hp=0443e3585f9f94328117c91563aeeb6e7831a4ef;hpb=da806505439f7801b08add88bae2e3d33a922ce3;p=live-boot-grml.git 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