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_syslinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/binary_syslinux') diff --git a/helpers/binary_syslinux b/helpers/binary_syslinux index 404727f6d..e3a8f728c 100755 --- a/helpers/binary_syslinux +++ b/helpers/binary_syslinux @@ -448,7 +448,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