diff options
Diffstat (limited to 'helpers/binary_grub')
-rwxr-xr-x | helpers/binary_grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_grub b/helpers/binary_grub index 25305ba8d..2fd2a5a57 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 |