diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-12-23 13:49:34 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2022-12-23 13:49:34 +0100 |
commit | 931e58dcf2228be420c471ae8e9366097061f914 (patch) | |
tree | 20ab70309639f7450c757245c25df66f64991999 /debvm-create | |
parent | 9da1fe822cc819bb2d117f968b14a348b8acb4a7 (diff) | |
download | debvm-931e58dcf2228be420c471ae8e9366097061f914.tar.gz |
initial attempt at a debian package
Notably missing:
* manual pages
* autopkgtests
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 a8f164d..be24358 100755 --- a/debvm-create +++ b/debvm-create @@ -198,7 +198,7 @@ fi set -- --skip=cleanup/apt "$@" -# We need /var/lib/dpkg/available for dpkg --set-selections to work. +# Make dpkg --set-selections to work. set -- '--customize-hook=chroot "$1" apt-cache dumpavail | chroot "$1" dpkg --update-avail' "$@" if test "$DEBVER" -le 8; then |