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_grub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/binary_grub') diff --git a/helpers/binary_grub b/helpers/binary_grub index 25305ba8d..2fd2a5a57 100755 --- a/helpers/binary_grub +++ b/helpers/binary_grub @@ -195,7 +195,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