summaryrefslogtreecommitdiff
path: root/helpers/binary_grub2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-17 20:33:15 +0100
committerDaniel Baumann <daniel@debian.org>2010-03-17 20:33:15 +0100
commit89abea479f6b685318fc79b97605e71d5fd8083d (patch)
treee921fd680efee77e72214bcdba9887354b89674a /helpers/binary_grub2
parent79130b79f23c0805f9d32dbc11a5405e1bb42f29 (diff)
downloadvyos-live-build-89abea479f6b685318fc79b97605e71d5fd8083d.tar.gz
vyos-live-build-89abea479f6b685318fc79b97605e71d5fd8083d.zip
Updating appending of union boot paramater to only append, when we're not using aufs.
Diffstat (limited to 'helpers/binary_grub2')
-rwxr-xr-xhelpers/binary_grub22
1 files changed, 1 insertions, 1 deletions
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