diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-12 19:17:39 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:39 +0100 |
commit | 36929d21720d735968fece30905ef87d8da45dd2 (patch) | |
tree | 587f5bfadbca77bd5370ecc5c31c763288446882 /helpers/lh_binary | |
parent | ce605e2a900e42dfad7c91c29abdbe4df4906806 (diff) | |
download | vyos-live-build-36929d21720d735968fece30905ef87d8da45dd2.tar.gz vyos-live-build-36929d21720d735968fece30905ef87d8da45dd2.zip |
Ensure the binary image does not inherit the binary stage's APT settings.
Diffstat (limited to 'helpers/lh_binary')
-rwxr-xr-x | helpers/lh_binary | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_binary b/helpers/lh_binary index 090d32e48..48087c03a 100755 --- a/helpers/lh_binary +++ b/helpers/lh_binary @@ -40,6 +40,7 @@ then lh_chroot_hosts install ${*} lh_chroot_resolv install ${*} lh_chroot_hostname install ${*} + lh_chroot_apt install-binary ${*} lh_chroot_sources install ${*} fi |