summaryrefslogtreecommitdiff
path: root/debvm-create
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2022-12-28 17:03:36 +0100
committerHelmut Grohne <helmut@subdivi.de>2022-12-28 17:03:36 +0100
commit365fd80e150e940e045be185bd58aac16363c4a8 (patch)
tree988b20103743ddcc470c084825e967680c7626fb /debvm-create
parentb666a2909890a7954b103388ec846cac8ce55722 (diff)
downloaddebvm-365fd80e150e940e045be185bd58aac16363c4a8.tar.gz
debvm-create: do clean downloaded .debs
What should remain is downloaded package lists.
Diffstat (limited to 'debvm-create')
-rwxr-xr-xdebvm-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/debvm-create b/debvm-create
index cddab8f..da660cb 100755
--- a/debvm-create
+++ b/debvm-create
@@ -221,7 +221,7 @@ if test -n "$SSHKEY"; then
"$@"
fi
-set -- --skip=cleanup/apt "$@"
+set -- --skip=cleanup/apt/lists "$@"
# We need /var/lib/dpkg/available for dpkg --set-selections to work.
set -- '--customize-hook=chroot "$1" apt-cache dumpavail | chroot "$1" dpkg --update-avail' "$@"