Merge pull request #72 from V-Paranoiaque/doc/boot

Add info in the README about boot and bootdisk parameters
This commit is contained in:
Grant Gongaware 2019-08-08 12:47:33 -07:00 committed by GitHub
commit 17f3ceaf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,10 @@ resource "proxmox_vm_qemu" "prepprovision-test" {
sockets = 1
memory = 2560
scsihw = "lsi"
# Boot from hard disk (c), CD-ROM (d), network (n)
boot = "cdn"
# Default boot disk
bootdisk = "virtio0"
network {
id = 0
model = "virtio"