diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-12-28 17:03:36 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2022-12-28 17:03:36 +0100 |
commit | 365fd80e150e940e045be185bd58aac16363c4a8 (patch) | |
tree | 988b20103743ddcc470c084825e967680c7626fb /debvm-create | |
parent | b666a2909890a7954b103388ec846cac8ce55722 (diff) | |
download | debvm-365fd80e150e940e045be185bd58aac16363c4a8.tar.gz |
debvm-create: do clean downloaded .debs
What should remain is downloaded package lists.
Diffstat (limited to 'debvm-create')
-rwxr-xr-x | debvm-create | 2 |
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' "$@" |