diff options
author | Daniel Baumann <daniel@debian.org> | 2010-10-28 09:51:55 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:34 +0100 |
commit | 3df7f06c17afff66c7c94f278863c2759572ca6c (patch) | |
tree | f740f004ea2a2430f325adb86e38ef37a221c43a /functions | |
parent | 38b9fb600d7fdfd39219d690240234378bcd27f4 (diff) | |
download | vyos-live-build-3df7f06c17afff66c7c94f278863c2759572ca6c.tar.gz vyos-live-build-3df7f06c17afff66c7c94f278863c2759572ca6c.zip |
Shuffeling dpkg tmpfs hack arround in preparation for generic tmpfs support.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 26756ae9c..c6e94f3d4 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -842,6 +842,8 @@ Set_defaults () # Setting chroot option LB_BUILD_WITH_CHROOT="${LB_BUILD_WITH_CHROOT:-true}" + LB_BUILD_WITH_TMPFS="${LB_BUILD_WITH_TMPFS:-false}" + # Setting debian-installer option LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-false}" |