Kris Johnson
Results
2
comments of
Kris Johnson
I think this error was introduced in commit 00352c8c which changed ``` qm set $VMID -bootdisk sata0 -efidisk0 ${DISK0_REF},size=128K \ -sata0 ${DISK1_REF},size=6G > /dev/null ``` to ``` qm set $VMID...
I think this may be trying to "fix" #106 (see my comment on the issue) which fails executing ``` qm set $VMID \ -boot order=sata0 > /dev/null ``` but I...