Skip to content

Commit

Permalink
Merge pull request #8 from GlueOps/feat/debian-cloudinit
Browse files Browse the repository at this point in the history
feat: setup debian cloudinit image on proxmox
  • Loading branch information
NichArchA82 authored May 25, 2024
2 parents 0971bf9 + 9716ce8 commit 7dc0a49
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions i-prox-deb-cloudinit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

#ref:https://www.youtube.com/watch?v=UQaCrByk53E
wget https://cloud.debian.org/images/cloud/bookworm/20240507-1740/debian-12-genericcloud-amd64-20240507-1740.qcow2
qm create 6000 --name debian-12-cloud-init --net0 virtio,bridge=vmbr0
qm importdisk 6000 debian-12-genericcloud-amd64-20240507-1740.qcow2 local
qm set 6000 --scsihw virtio-scsi-pci --scsi0 local:6000/vm-6000-disk-0.raw
qm set 6000 --ide2 local:cloudinit
qm set 6000 --boot c --bootdisk scsi0
qm set 6000 --serial0 socket --vga serial0

0 comments on commit 7dc0a49

Please sign in to comment.