Revision 81dd9bd1

b/man/gnt-instance.rst
179 179
    The default is not to set an HVM boot order which is interpreted as
180 180
    'dc'.
181 181

  
182
    For KVM the boot order is either "cdrom", "disk" or "network".
182
    For KVM the boot order is either "floppy", "cdrom", "disk" or "network".
183 183
    Please note that older versions of KVM couldn't netboot from virtio
184 184
    interfaces. This has been fixed in more recent versions and is
185 185
    confirmed to work at least with qemu-kvm 0.11.1.
......
191 191
    given by the host.  Allows to specify 'xvd', which helps run Red Hat based
192 192
    installers, driven by anaconda.
193 193

  
194
floppy\_image\_path
195
    Valid for the KVM hypervisor.
196

  
197
    The path to a floppy disk image to attach to the instance.
198
    This is useful to install Windows operating systems on Virt/IO disks because
199
    you can specify here the floppy for the drivers at installation time.
200

  
194 201
cdrom\_image\_path
195 202
    Valid for the Xen HVM and KVM hypervisors.
196 203

  
197 204
    The path to a CDROM image to attach to the instance.
198 205

  
206
cdrom2\_image\_path
207
    Valid for the KVM hypervisor.
208

  
209
    The path to a second CDROM image to attach to the instance.
210
    **NOTE**: This image can't be used to boot the system. To do that
211
    you have to use the 'cdrom\_image\_path' option.
212

  
199 213
nic\_type
200 214
    Valid for the Xen HVM and KVM hypervisors.
201 215

  
......
231 245
    pflash (KVM)
232 246

  
233 247

  
248
cdrom\_disk\_type
249
    Valid for the KVM hypervisor.
250

  
251
    This parameter determines the way the cdroms disks are presented to the
252
    instance. The default behavior is to get the same value of the eariler
253
    parameter (disk_type). The possible options are:
254

  
255

  
256

  
257
    paravirtual
258
    ide
259
    scsi
260
    sd
261
    mtd
262
    pflash
263

  
264

  
234 265
vnc\_bind\_address
235 266
    Valid for the Xen HVM and KVM hypervisors.
236 267

  

Also available in: Unified diff