From af374e3c00be1313c0b3e3451ddb9d72c8442561 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Mar 2010 20:33:15 +0100 Subject: Updating appending of union boot paramater to only append, when we're not using aufs. --- helpers/binary_yaboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/binary_yaboot') diff --git a/helpers/binary_yaboot b/helpers/binary_yaboot index 777cab7d4..08269f382 100755 --- a/helpers/binary_yaboot +++ b/helpers/binary_yaboot @@ -201,7 +201,7 @@ then esac fi -if [ "${LH_UNION_FILESYSTEM}" != "unionfs" ] +if [ "${LH_UNION_FILESYSTEM}" != "aufs" ] then LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} union=${LH_UNION_FILESYSTEM}" fi -- cgit v1.2.3