diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-15 17:50:18 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:27 +0100 |
commit | 777875f2f23cc241510bc65e224cb89df2162b46 (patch) | |
tree | bc324b87cf56b2a6d6aa1ca71b78287b9e9bc122 /functions | |
parent | 0ac777d90b672ba41eda583c6da073692878df8e (diff) | |
download | vyos-live-build-777875f2f23cc241510bc65e224cb89df2162b46.tar.gz vyos-live-build-777875f2f23cc241510bc65e224cb89df2162b46.zip |
Setting union filesystem default to aufs since default distribution is lenny.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 4c78dbcc3..8af88040a 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -439,7 +439,7 @@ Set_defaults () LH_CHROOT_FILESYSTEM="${LH_CHROOT_FILESYSTEM:-squashfs}" # Setting union filesystem - LH_UNION_FILESYSTEM="${LH_UNION_FILESYSTEM:-unionfs}" + LH_UNION_FILESYSTEM="${LH_UNION_FILESYSTEM:-aufs}" # LH_HOOKS |