diff options
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 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}" |