summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2016-12-02 15:10:19 +0100
committerRaphaël Hertzog <hertzog@debian.org>2016-12-02 15:10:19 +0100
commit7ad6c408e559a1755beb63db8186e002a56bb7a7 (patch)
tree6604f11f25c07ba04e90d37d559de2e5c417e133 /functions
parent58fd378005400ca4592f21e74f105625344a72b3 (diff)
downloadvyos-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 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 90921d722..ad5771937 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -396,7 +396,7 @@ Set_defaults ()
LB_CHROOT_FILESYSTEM="${LB_CHROOT_FILESYSTEM:-squashfs}"
# Setting union filesystem
- LB_UNION_FILESYSTEM="${LB_UNION_FILESYSTEM:-aufs}"
+ LB_UNION_FILESYSTEM="${LB_UNION_FILESYSTEM:-overlay}"
# Setting interactive shell/X11/Xnest
LB_INTERACTIVE="${LB_INTERACTIVE:-false}"