Compare commits
No commits in common. "08c4d0388d30feac66cfb28078b3b6dddb16b38d" and "1dc4b351753016ee0d04ab270a8465fe3ee80285" have entirely different histories.
08c4d0388d
...
1dc4b35175
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# XXX: Handle command-line arguments?
|
# XXX: Handle command-line arguments?
|
||||||
RELEASE=v3.14
|
RELEASE=v3.13
|
||||||
ARCH=x86_64
|
ARCH=x86_64
|
||||||
IMAGE_PATH=alpine-$RELEASE-$(date -I).img.qcow2
|
IMAGE_PATH=alpine-$RELEASE-$(date -I).img.qcow2
|
||||||
IMAGE_SIZE=10G
|
IMAGE_SIZE=10G
|
||||||
|
|
|
@ -9,7 +9,7 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# XXX: Handle command-line arguments?
|
# XXX: Handle command-line arguments?
|
||||||
RELEASE=bullseye # 11.X
|
RELEASE=buster # 10.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