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_grub-legacy | |
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_grub-legacy')
-rwxr-xr-x | scripts/build/binary_grub-legacy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_grub-legacy b/scripts/build/binary_grub-legacy index 93d9b9e14..fea9b7b6a 100755 --- a/scripts/build/binary_grub-legacy +++ b/scripts/build/binary_grub-legacy @@ -164,7 +164,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 |