Bump debian image to bullseye
This commit is contained in:
parent
5f572b65b8
commit
08c4d0388d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# XXX: Handle command-line arguments?
|
# XXX: Handle command-line arguments?
|
||||||
RELEASE=buster # 10.X
|
RELEASE=bullseye # 11.X
|
||||||
ARCH=amd64
|
ARCH=amd64
|
||||||
IMAGE_PATH=debian-$RELEASE-$(date --iso-8601).img.qcow2
|
IMAGE_PATH=debian-$RELEASE-$(date --iso-8601).img.qcow2
|
||||||
IMAGE_SIZE=10G
|
IMAGE_SIZE=10G
|
||||||
|
|
Loading…
Reference in a new issue