diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-11-23 12:31:15 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2010-11-23 12:39:41 +0100 |
| commit | d968e00c36de097cb20e54adb69d4b4d1d7a1627 (patch) | |
| tree | 32a400bd571dac0b0e86bbde8e6ccb13d1b12c2a /scripts/build/lb_bootstrap_cdebootstrap | |
| parent | efaa2ac6a3114d42d179f44fc904d37b33675365 (diff) | |
| download | vyos-live-build-d968e00c36de097cb20e54adb69d4b4d1d7a1627.tar.gz vyos-live-build-d968e00c36de097cb20e54adb69d4b4d1d7a1627.zip | |
Renaming 'packages lists' to 'package lists' all over the place.
Diffstat (limited to 'scripts/build/lb_bootstrap_cdebootstrap')
| -rwxr-xr-x | scripts/build/lb_bootstrap_cdebootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap index d7724d7c4..4a46818fa 100755 --- a/scripts/build/lb_bootstrap_cdebootstrap +++ b/scripts/build/lb_bootstrap_cdebootstrap @@ -80,7 +80,7 @@ fi if [ -z "${LB_BOOTSTRAP_FLAVOUR}" ] then - case "${LB_PACKAGES_LISTS}" in + case "${LB_PACKAGE_LISTS}" in stripped|minimal) CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=minimal" ;; @@ -155,7 +155,7 @@ then fi # Remove cdebootstrap-helper-diverts (needed at least for minimal flavours) - case "${LB_PACKAGES_LISTS}" in + case "${LB_PACKAGE_LISTS}" in stripped|minimal) Chroot chroot "dpkg -P cdebootstrap-helper-diverts" ;; |
