forked from josch/mmdebstrap
don't clean auxfiles anymore
This commit is contained in:
parent
7ca2e490d7
commit
11633c7278
2 changed files with 1 additions and 7 deletions
|
@ -1154,9 +1154,6 @@ sub setup {
|
|||
# clean up temporary configuration file
|
||||
unlink "$options->{root}/etc/apt/apt.conf.d/00mmdebstrap" or die "failed to unlink /etc/apt/apt.conf.d/00mmdebstrap: $!";
|
||||
|
||||
# apt since 1.6 creates the auxfiles directory. If apt inside the chroot
|
||||
# is older than that, then it will not know how to clean it.
|
||||
rmdir "$options->{root}/var/lib/apt/lists/auxfiles" or die "cannot rmdir /var/lib/apt/lists/auxfiles: $!";
|
||||
# if there is no apt inside the chroot, clean it from the outside
|
||||
print STDERR "I: cleaning package lists and apt cache...\n";
|
||||
if ($options->{variant} eq 'essential') {
|
||||
|
|
3
test.sh
3
test.sh
|
@ -126,10 +126,7 @@ for dist in stable testing unstable; do
|
|||
diff -u status1 status2
|
||||
rm status1 status2
|
||||
sudo rm debian-$dist-debootstrap/var/lib/dpkg/status debian-$dist-mm/var/lib/dpkg/status
|
||||
# this file is only created by apt 1.6 or newer
|
||||
if [ "$dist" != "stable" ]; then
|
||||
sudo rmdir debian-$dist-mm/var/lib/apt/lists/auxfiles
|
||||
fi
|
||||
# debootstrap exposes the hosts's kernel version
|
||||
sudo rm debian-$dist-debootstrap/etc/apt/apt.conf.d/01autoremove-kernels \
|
||||
debian-$dist-mm/etc/apt/apt.conf.d/01autoremove-kernels
|
||||
|
|
Loading…
Reference in a new issue