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