summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorTiago Bortoletto Vaz <tiagovaz@safernet.org.br>2008-08-09 21:38:06 -0300
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:38 +0100
commit2acf0498253ae54c2030952a873ed8a93740e32f (patch)
treee5be90d167ec86a16b35e31dece596f507309f0b /functions
parentb973d05362f0c2f854fa85a0ae02b895ffc90102 (diff)
downloadlive-build-2acf0498253ae54c2030952a873ed8a93740e32f.zip
live-build-2acf0498253ae54c2030952a873ed8a93740e32f.tar.gz
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-xfunctions/defaults.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index b8be125..a8f79e6 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}"