diff options
Diffstat (limited to 'helpers/binary_syslinux')
-rwxr-xr-x | helpers/binary_syslinux | 2 |
1 files changed, 1 insertions, 1 deletions
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 |