diff options
Diffstat (limited to 'helpers/binary_yaboot')
-rwxr-xr-x | helpers/binary_yaboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_yaboot b/helpers/binary_yaboot index 777cab7..08269f3 100755 --- a/helpers/binary_yaboot +++ b/helpers/binary_yaboot @@ -201,7 +201,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 |