diff options
author | Daniel Baumann <daniel@debian.org> | 2009-04-09 14:40:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:44 +0100 |
commit | 40988d5de33ae904aa431a4714db0d4f84248abf (patch) | |
tree | 131174b0595131681e201b272650453ca1380032 /helpers/lh_binary | |
parent | 39876e86b9a1e225151f315883b69a011a98b46a (diff) | |
download | live-build-40988d5de33ae904aa431a4714db0d4f84248abf.zip live-build-40988d5de33ae904aa431a4714db0d4f84248abf.tar.gz |
Removing some code in chroot_apt helper that left over the preferences files in the final image.
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 7dcb281..2b299e7 100755 --- a/helpers/lh_binary +++ b/helpers/lh_binary @@ -88,6 +88,7 @@ then lh_chroot_hosts remove ${*} fi +lh_chroot_apt remove ${*} lh_chroot_sysfs remove ${*} lh_chroot_selinuxfs remove ${*} lh_chroot_proc remove ${*} |