diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-27 17:33:49 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:39 +0100 |
commit | c0d782a1f4c2dbdfdd6f7f0bf51aab15fcf0961d (patch) | |
tree | 5a419038d98dcd66b07b7013ce7da776e5f680c7 /scripts/build/lb_config | |
parent | 3854710095b261578abb24364ea77d440736624b (diff) | |
download | vyos-live-build-c0d782a1f4c2dbdfdd6f7f0bf51aab15fcf0961d.tar.gz vyos-live-build-c0d782a1f4c2dbdfdd6f7f0bf51aab15fcf0961d.zip |
Removing --apt-pdiff option, this doesn't belong into live-build in the first place.
Diffstat (limited to 'scripts/build/lb_config')
-rwxr-xr-x | scripts/build/lb_config | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/scripts/build/lb_config b/scripts/build/lb_config index 52cb81138..ffddc8039 100755 --- a/scripts/build/lb_config +++ b/scripts/build/lb_config @@ -33,7 +33,6 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--apt-ftp-proxy URL]\n\ \t [--apt-http-proxy URL]\n\ \t [--apt-indices true|false|none]\n\ -\t [--apt-pdiffs true|false]\n\ \t [--apt-options OPTION|\"OPTIONS\"]\n\ \t [--aptitude-options OPTION|\"OPTIONS\"]\n\ \t [--apt-pipeline DEPTH]\n\ @@ -136,7 +135,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ Local_arguments () { - LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-pdiffs:,apt-options:,aptitute-options:, + LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-options:,aptitute-options:, apt-pipeline:,apt-recommends:,apt-secure:,bootstrap:,cache:,cache-indices:,cache-packages:, cache-stages:,debconf-frontend:,debconf-nowarnings:,debconf-priority:,dump, initramfs:,fdisk:,losetup:,mode:,repositories:,root-command:,use-fakeroot:,tasksel:,includes:, @@ -230,10 +229,6 @@ Local_arguments () shift 2 ;; - --apt-pdiffs) - LB_APT_PDIFFS="${2}" - shift 2 - ;; --apt-options) APT_OPTIONS="${2}" shift 2 @@ -829,10 +824,6 @@ LB_APT_FTP_PROXY="${LB_APT_FTP_PROXY}" # (Default: autodetected or empty) LB_APT_HTTP_PROXY="${LB_APT_HTTP_PROXY}" -# \$LB_APT_PDIFFS: set apt/aptitude pdiff indices -# (Default: ${LB_APT_PDIFFS}) -LB_APT_PDIFFS="${LB_APT_PDIFFS}" - # \$LB_APT_PIPELINE: set apt/aptitude pipeline depth # (Default: ${LB_APT_PIPELINE}) LB_APT_PIPELINE="${LB_APT_PIPELINE}" |