summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-10-31 09:26:25 +0100
committerDaniel Baumann <daniel@debian.org>2012-10-31 09:26:25 +0100
commit4f710bc3c44c59a9f34ec4fd8c5790df25524606 (patch)
tree62f3ce083bbb3edb3a614cfca57a624609a3f3ea /scripts
parent3718d0db96e312d8476150eb2d97ea23a73f201b (diff)
downloadvyos-live-build-4f710bc3c44c59a9f34ec4fd8c5790df25524606.tar.gz
vyos-live-build-4f710bc3c44c59a9f34ec4fd8c5790df25524606.zip
Removing debconf-nowarnings option, doesn't provide any advantage to disable this option in the first place.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/config12
1 files changed, 1 insertions, 11 deletions
diff --git a/scripts/build/config b/scripts/build/config
index a4e91b7be..d6ea0a5b9 100755
--- a/scripts/build/config
+++ b/scripts/build/config
@@ -47,7 +47,6 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--clean\n\
\t [-c|--conffile FILE]\n\
\t [--debconf-frontend dialog|editor|noninteractive|readline]\n\
-\t [--debconf-nowarnings true|false]\n\
\t [--debconf-priority low|medium|high|critical]\n\
\t [--debian-installer true|cdrom|netinst|netboot|businesscard|live|false]\n\
\t [--debian-installer-distribution daily|CODENAME]\n\
@@ -143,7 +142,7 @@ Local_arguments ()
{
LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-options:,aptitute-options:,debootstrap-options:,cdebootstrap-options:,
apt-pipeline:,apt-recommends:,apt-secure:,apt-source-archives:,bootstrap:,cache:,cache-indices:,cache-packages:,
- cache-stages:,debconf-frontend:,debconf-nowarnings:,debconf-priority:,dump,
+ cache-stages:,debconf-frontend:,debconf-priority:,dump,
initramfs:,initramfs-compression:,initsystem:,fdisk:,losetup:,mode:,system:,root-command:,use-fakeroot:,tasksel:,
templates:,architectures:,clean,
distribution:,parent-distribution:,parent-debian-installer-distribution:,parent-mirror-bootstrap:,parent-mirror-chroot:,parent-mirror-chroot-security:,parent-mirror-chroot-updates:,parent-mirror-chroot-backports:,parent-mirror-binary:,
@@ -309,11 +308,6 @@ Local_arguments ()
shift 2
;;
- --debconf-nowarnings)
- LB_DEBCONF_NOWARNINGS="${2}"
- shift 2
- ;;
-
--debconf-priority)
LB_DEBCONF_PRIORITY="${2}"
shift 2
@@ -1010,10 +1004,6 @@ LB_CACHE_STAGES="${LB_CACHE_STAGES}"
# (Default: ${LB_DEBCONF_FRONTEND})
LB_DEBCONF_FRONTEND="${LB_DEBCONF_FRONTEND}"
-# \$LB_DEBCONF_NOWARNINGS: set debconf(1) warnings
-# (Default: ${LB_DEBCONF_NOWARNINGS})
-LB_DEBCONF_NOWARNINGS="${LB_DEBCONF_NOWARNINGS}"
-
# \$LB_DEBCONF_PRIORITY: set debconf(1) priority to use
# (Default: ${LB_DEBCONF_PRIORITY})
LB_DEBCONF_PRIORITY="${LB_DEBCONF_PRIORITY}"