diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-10 04:29:40 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:38 +0100 |
commit | ba25e433b5bbddb9f22071aa74773dcfac97f521 (patch) | |
tree | 14a5fc0906201740587d426cd532394d6a6d1d35 /helpers/lh_config | |
parent | 17ca582c930474093e71084d3e418ab665cdfaf7 (diff) | |
download | vyos-live-build-ba25e433b5bbddb9f22071aa74773dcfac97f521.tar.gz vyos-live-build-ba25e433b5bbddb9f22071aa74773dcfac97f521.zip |
Merging debian-installer-daily option into debian-installer-distribution.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 8eadb6410..7dbcd246b 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -54,8 +54,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--debconf-nowarnings enabled|disabled]\n\ \t [--debconf-priority low|medium|high|critical]\n\ \t [--debian-installer enabled|cdrom|netinst|netboot|businesscard|live|disabled]\n\ -\t [--debian-installer-daily enabled|disabled]\n\ -\t [--debian-installer-distribution CODENAME]\n\ +\t [--debian-installer-distribution CODENAME|daily]\n\ \t [--debug]\n\ \t [-d|--distribution CODENAME]\n\ \t [-e|--encryption disabled|aes128|aes192|aes256]\n\ @@ -470,11 +469,6 @@ Local_arguments () shift 2 ;; - --debian-installer-daily) - LH_DEBIAN_INSTALLER_DAILY="${2}" - shift 2 - ;; - --debian-installer-distribution) LH_DEBIAN_INSTALLER_DISTRIBUTION="${2}" shift 2 @@ -1001,10 +995,6 @@ LH_CHROOT_BUILD="${LH_CHROOT_BUILD}" # (Default: ${LH_DEBIAN_INSTALLER}) LH_DEBIAN_INSTALLER="${LH_DEBIAN_INSTALLER}" -# \$LH_DEBIAN_INSTALLER_DAILY: set daily images -# (Default: ${LH_DEBIAN_INSTALLER_DAILY}) -LH_DEBIAN_INSTALLER_DAILY="${LH_DEBIAN_INSTALLER_DAILY}" - # \$LH_DEBIAN_INSTALLER_DISTRIBUTION: set debian-installer suite # (Default: empty) LH_DEBIAN_INSTALLER_DISTRIBUTION="${LH_DEBIAN_INSTALLER_DISTRIBUTION}" |