5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-09-03 05:49:30 +03:00

allow to specify sata as boot disk

This commit is contained in:
Dietmar Maurer
2012-08-29 09:19:21 +02:00
parent cb0a8bc86c
commit 03e480fce3

View File

@@ -258,7 +258,7 @@ EODESC
optional => 1,
type => 'string', format => 'pve-qm-bootdisk',
description => "Enable booting from specified disk.",
pattern => '(ide|scsi|virtio)\d+',
pattern => '(ide|sata|scsi|virtio)\d+',
},
smp => {
optional => 1,