summaryrefslogtreecommitdiff
path: root/scripts/build/lb_chroot_package-lists
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-29 00:24:11 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-29 00:29:23 +0200
commit81fb4294538a7204232d3e76195a778df0ee3ee1 (patch)
tree1c22dfb0462ff99bf62e188a92e193bbf4f35e60 /scripts/build/lb_chroot_package-lists
parente81b1c6f7a5c43537d5f5288c24df3faddbe2899 (diff)
downloadvyos-live-build-81fb4294538a7204232d3e76195a778df0ee3ee1.tar.gz
vyos-live-build-81fb4294538a7204232d3e76195a778df0ee3ee1.zip
Dropping global package-lists entirely, only local package lists within the config tree are support.
Diffstat (limited to 'scripts/build/lb_chroot_package-lists')
-rwxr-xr-xscripts/build/lb_chroot_package-lists13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/build/lb_chroot_package-lists b/scripts/build/lb_chroot_package-lists
index fbb3bc786..4e3aab01d 100755
--- a/scripts/build/lb_chroot_package-lists
+++ b/scripts/build/lb_chroot_package-lists
@@ -50,19 +50,6 @@ Restore_cache cache/packages.chroot
# Installing depends
Install_package
-# Handling global package lists
-if [ -n "${LB_PACKAGE_LISTS}" ] && [ "${LB_PACKAGE_LISTS}" != "none" ]
-then
- for LIST in ${LB_PACKAGE_LISTS}
- do
- # Generating package list
- Expand_packagelist "${LIST}" >> chroot/root/packages.chroot
- done
-
- # Creating stage file
- Create_stagefile .build/chroot_package-lists.${_PASS}
-fi
-
# Handling local package lists
if ls config/package-lists/*.list > /dev/null 2>&1 || \
ls config/package-lists/*.list.chroot > /dev/null 2>&1 || \