mirror of https://github.com/xqemu/xqemu.git
Add 'none' as type for drive's if option
Signed-off-by: Craig Jellick <craig@rancher.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
61f7c6a0c2
commit
ed1fcd0009
|
@ -604,7 +604,7 @@ Special files such as iSCSI devices can be specified using protocol
|
|||
specific URLs. See the section for "Device URL Syntax" for more information.
|
||||
@item if=@var{interface}
|
||||
This option defines on which type on interface the drive is connected.
|
||||
Available types are: ide, scsi, sd, mtd, floppy, pflash, virtio.
|
||||
Available types are: ide, scsi, sd, mtd, floppy, pflash, virtio, none.
|
||||
@item bus=@var{bus},unit=@var{unit}
|
||||
These options define where is connected the drive by defining the bus number and
|
||||
the unit id.
|
||||
|
|
Loading…
Reference in New Issue