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_grub2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/binary_grub2') diff --git a/helpers/binary_grub2 b/helpers/binary_grub2 index 440617bd2..0d17214c9 100755 --- a/helpers/binary_grub2 +++ b/helpers/binary_grub2 @@ -169,7 +169,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