diff options
author | Tiago Bortoletto Vaz <tiagovaz@safernet.org.br> | 2008-08-09 21:38:06 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:38 +0100 |
commit | 2acf0498253ae54c2030952a873ed8a93740e32f (patch) | |
tree | e5be90d167ec86a16b35e31dece596f507309f0b /functions | |
parent | b973d05362f0c2f854fa85a0ae02b895ffc90102 (diff) | |
download | vyos-live-build-2acf0498253ae54c2030952a873ed8a93740e32f.tar.gz vyos-live-build-2acf0498253ae54c2030952a873ed8a93740e32f.zip |
Suporting debian-installer distribution choice, which makes possible to build a image using a system-independent debian-installer suite. The config option for this is --debian-installer-distribution CODENAME.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index b8be125eb..a8f79e665 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -541,6 +541,9 @@ Set_defaults () # Setting debian-install daily images LH_DEBIAN_INSTALLER_DAILY="${LH_DEBIAN_INSTALLER_DAILY:-disabled}" + # Setting debian-installer distribution + LH_DEBIAN_INSTALLER_DISTRIBUTION="${LH_DEBIAN_INSTALLER_DISTRIBUTION:-${LH_DISTRIBUTION}}" + # Setting encryption LH_ENCRYPTION="${LH_ENCRYPTION:-disabled}" |