From 7963a3991305151ae2a713e4695aeb9e2854c962 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Feb 2010 15:27:28 +0100 Subject: [PATCH] Removing unionfs workaround for kernel versions << 2.6.22, not usefull anymore. --- scripts/live | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/live b/scripts/live index 26cd5cf..9479f3f 100755 --- a/scripts/live +++ b/scripts/live @@ -1101,13 +1101,8 @@ setup_unionfs () # Let's just mount the read-only file systems first rofsstring="" rofslist="" - minor_kernel_version=$(uname -r|cut -c 5-|sed 's/[^0-9].*//') - if [ "${NETBOOT}" = "nfs" ] && [ "${minor_kernel_version}" -lt 22 ] - then - # go aroung a bug in nfs-unionfs locking for unionfs <= 1.4 - roopt="nfsro" - elif [ "${UNIONTYPE}" = "aufs" ] + if [ "${UNIONTYPE}" = "aufs" ] then roopt="rr" else -- 2.1.4