summaryrefslogtreecommitdiff
path: root/helpers/binary_grub
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-17 20:33:15 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:05 +0100
commitaf374e3c00be1313c0b3e3451ddb9d72c8442561 (patch)
treee921fd680efee77e72214bcdba9887354b89674a /helpers/binary_grub
parent58f50cbec1e4f4dae0896fc27ca07b69289711f8 (diff)
downloadlive-build-af374e3c00be1313c0b3e3451ddb9d72c8442561.zip
live-build-af374e3c00be1313c0b3e3451ddb9d72c8442561.tar.gz
Updating appending of union boot paramater to only append, when we're not using aufs.
Diffstat (limited to 'helpers/binary_grub')
-rwxr-xr-xhelpers/binary_grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_grub b/helpers/binary_grub
index 25305ba..2fd2a5a 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