pve1,2,8,9 are dead + pve fixups
This commit is contained in:
@@ -11,8 +11,8 @@ if [[ "$#" -ne 2 ]]; then
|
||||
fi
|
||||
storage="$1"
|
||||
vmid="$2"
|
||||
img=debian-12
|
||||
ident=d12.v2
|
||||
img=debian-13
|
||||
ident=d13.v2
|
||||
size=100G
|
||||
|
||||
# will error if vmid exists
|
||||
@@ -33,7 +33,7 @@ qm create "$vmid" \
|
||||
|
||||
# Whole script supposed to be replaced by self-service suite anyway.
|
||||
#TODO: virt-builder version is crap, replacing it with drop-in:
|
||||
wget 'https://cdimage.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.raw' -O "$img".img
|
||||
wget 'https://cdimage.debian.org/images/cloud/bookworm/latest/debian-13-genericcloud-amd64.raw' -O "$img".img
|
||||
|
||||
function cleanup {
|
||||
rm "$img".img
|
||||
|
||||
Reference in New Issue
Block a user