summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-19 18:28:35 +0200
committerDaniel Baumann <daniel@debian.org>2007-10-19 18:28:35 +0200
commitacff181e6333020449a067803b348ccd55668721 (patch)
tree0cdccbe53bc08dd7cb4b5df3a498ae3503b58dfd /functions/defaults.sh
parent24767fd736ed94733afe7b238c7eb643a12a8032 (diff)
downloadvyos-live-build-acff181e6333020449a067803b348ccd55668721.tar.gz
vyos-live-build-acff181e6333020449a067803b348ccd55668721.zip
Setting default union filesystem to for etch to unionfs.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index bfc2694c5..715e568ae 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -299,7 +299,15 @@ Set_defaults ()
LH_CHROOT_FILESYSTEM="${LH_CHROOT_FILESYSTEM:-squashfs}"
# Setting union filesystem
- LH_UNION_FILESYSTEM="${LH_UNION_FILESYSTEM:-aufs}"
+ if [ -z "${LH_UNION_FILESYSTEM}" ]
+ then
+ if [ "${LH_DISTRIBUTION}" = "etch" ]
+ then
+ LH_UNION_FILESYSTEM="unionfs"
+ else
+ LH_UNION_FILESYSTEM="aufs"
+ fi
+ fi
# LH_HOOKS