diff options
author | Daniel Baumann <daniel@debian.org> | 2010-11-23 12:31:15 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:36 +0100 |
commit | 68e8fd157e6a2c934def80dc9055c9b6d685d1b6 (patch) | |
tree | 32a400bd571dac0b0e86bbde8e6ccb13d1b12c2a /scripts/build/lb_bootstrap_debootstrap | |
parent | 813f5227ab37641926ef1669ad185376abc904de (diff) | |
download | vyos-live-build-68e8fd157e6a2c934def80dc9055c9b6d685d1b6.tar.gz vyos-live-build-68e8fd157e6a2c934def80dc9055c9b6d685d1b6.zip |
Renaming 'packages lists' to 'package lists' all over the place.
Diffstat (limited to 'scripts/build/lb_bootstrap_debootstrap')
-rwxr-xr-x | scripts/build/lb_bootstrap_debootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap index 2e68a0e48..25028889b 100755 --- a/scripts/build/lb_bootstrap_debootstrap +++ b/scripts/build/lb_bootstrap_debootstrap @@ -88,7 +88,7 @@ if [ "${LB_USE_FAKEROOT}" != "true" ] then if [ -z "${LB_BOOTSTRAP_FLAVOUR}" ] then - if In_list "stripped minimal" "${LB_PACKAGES_LISTS}" + if In_list "stripped minimal" "${LB_PACKAGE_LISTS}" then DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=minbase" fi |