diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-16 01:37:31 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:40 +0100 |
commit | 59e050290ddac2c23c7054496f94b5e1a91d3181 (patch) | |
tree | 50132d885ff210267dba763c586bf62cf51d3d5c /helpers/lh_config | |
parent | b070f0a9a32e12bdd7727424868d6330ea4a0d2c (diff) | |
download | vyos-live-build-59e050290ddac2c23c7054496f94b5e1a91d3181.tar.gz vyos-live-build-59e050290ddac2c23c7054496f94b5e1a91d3181.zip |
Don't install lists from chroot_local-packageslists without them being specified in LH_PACKAGES_LISTS (Closes: #490755)
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 0e2b00c9d..d8a44e0d9 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -1140,6 +1140,7 @@ if [ "${CONFIG}" = "clone" ] # FIXME then # Read package selection echo $(dpkg --get-selections | awk '{ print $1 }') > config/chroot_local-packageslists/local-system + LH_PACKAGES_LISTS="${LH_PACKAGES_LISTS} local-system" # Read debconf questions if [ ! -f /usr/bin/debconf-get-selections ] |