mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-21 08:31:04 +00:00
allow to specify sata as boot disk
This commit is contained in:
parent
cb0a8bc86c
commit
03e480fce3
@ -258,7 +258,7 @@ EODESC
|
|||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'string', format => 'pve-qm-bootdisk',
|
type => 'string', format => 'pve-qm-bootdisk',
|
||||||
description => "Enable booting from specified disk.",
|
description => "Enable booting from specified disk.",
|
||||||
pattern => '(ide|scsi|virtio)\d+',
|
pattern => '(ide|sata|scsi|virtio)\d+',
|
||||||
},
|
},
|
||||||
smp => {
|
smp => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user