diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2016-12-02 15:10:19 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2016-12-02 15:10:19 +0100 |
commit | 7ad6c408e559a1755beb63db8186e002a56bb7a7 (patch) | |
tree | 6604f11f25c07ba04e90d37d559de2e5c417e133 /scripts/build/binary_loopback_cfg | |
parent | 58fd378005400ca4592f21e74f105625344a72b3 (diff) | |
download | vyos-live-build-7ad6c408e559a1755beb63db8186e002a56bb7a7.tar.gz vyos-live-build-7ad6c408e559a1755beb63db8186e002a56bb7a7.zip |
Default for LB_UNION_FILESYSTEM is now "overlay" just like in live-boot.
Diffstat (limited to 'scripts/build/binary_loopback_cfg')
-rwxr-xr-x | scripts/build/binary_loopback_cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_loopback_cfg b/scripts/build/binary_loopback_cfg index 4688d49d2..8a7b41815 100755 --- a/scripts/build/binary_loopback_cfg +++ b/scripts/build/binary_loopback_cfg @@ -186,7 +186,7 @@ Check_multiarchitectures mkdir -p "${DESTDIR_LIVE}" # Setting boot parameters -if [ "${LB_UNION_FILESYSTEM}" != "aufs" ] +if [ "${LB_UNION_FILESYSTEM}" != "overlay" ] then LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} union=${LB_UNION_FILESYSTEM}" fi |