~ubuntu-branches/ubuntu/precise/virtinst/precise-updates

« back to all changes in this revision

Viewing changes to .pc/9005_ubuntu_precise.patch/man/en/virt-install.pod

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-11 11:47:53 UTC
  • mfrom: (1.6.6 sid)
  • Revision ID: package-import@ubuntu.com-20120211114753-sq9f3xayrma8px2h
Tags: 0.600.1-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
    testsuite for 0001-fix-path-to-hvmloader.patch and
    0002-Fix-path-to-pygrub.patch.
  - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection
    for all ISO/HTTP source, to not longer fail with cobbler/koan.
  - debian/patches/9005_ubuntu_precise.patch: Add Ubuntu precise as a
    supported distro.
  - debian/{control,rules,pyversions}: Build using dh_python2, use
    debhelper v8 instead of cdbs; for some reason the package build an
    empty binary package when using dh_python2.
  - debian/control: added acl package to depends.
  - debian/control: added libvirt-bin to recommends

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
Human readable text description of the virtual machine. This will be stored
173
173
in the guests XML configuration for access by other applications.
174
174
 
175
 
=item --security type=TYPE[,label=LABEL]
 
175
=item --security type=TYPE[,label=LABEL][,relabel=yes|no]
176
176
 
177
177
Configure domain security driver settings. Type can be either 'static' or
178
178
'dynamic'. 'static' configuration requires a security LABEL. Specifying
179
 
LABEL without TYPE implies static configuration.
 
179
LABEL without TYPE implies static configuration. To have libvirt automatically
 
180
apply your static label, you must specify relabel=yes.
180
181
 
181
182
=back
182
183
 
250
251
 
251
252
ftp://ftp.uwsg.indiana.edu/linux/mandrake/official/2009.0/i586/
252
253
 
 
254
=item Mageia
 
255
 
 
256
ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/1
 
257
 
253
258
=back
254
259
 
255
260
=item  --pxe
340
345
 
341
346
=item generic              : Generic
342
347
 
 
348
=item debianwheezy         : Debian Wheezy
 
349
 
343
350
=item debiansqueeze        : Debian Squeeze
344
351
 
345
352
=item debianlenny          : Debian Lenny
350
357
 
351
358
=item fedora14             : Fedora 14
352
359
 
 
360
=item mageia1              : Mageia 1 and later
 
361
 
353
362
=item mes5.1               : Mandriva Enterprise Server 5.1 and later
354
363
 
355
364
=item mandriva2010         : Mandriva Linux 2010 and later
364
373
 
365
374
=item sles10               : Suse Linux Enterprise Server
366
375
 
 
376
=item opensuse12           : openSuse 12
 
377
 
 
378
=item opensuse11           : openSuse 11
 
379
 
367
380
=item ubuntuoneiric        : Ubuntu 11.10 (Oneiric Ocelot)
368
381
 
369
382
=item ubuntunatty          : Ubuntu 11.04 (Natty Narwhal)
469
482
 
470
483
=item B<bus>
471
484
 
472
 
Disk bus type. Value can be 'ide', 'scsi', 'usb', 'virtio' or 'xen'.  The
473
 
default is hypervisor dependent since not all hypervisors support all bus
474
 
types.
 
485
Disk bus type. Value can be 'ide', 'sata', 'scsi', 'usb', 'virtio' or 'xen'.
 
486
The default is hypervisor dependent since not all hypervisors support all
 
487
bus types.
475
488
 
476
489
=item B<perms>
477
490
 
529
542
=item B<error_policy>
530
543
 
531
544
How guest should react if a write error is encountered. Can be one of
532
 
"stop", "none", or "enospace"
 
545
"stop", "ignore", or "enospace"
533
546
 
534
547
=item B<serial>
535
548
 
851
864
=item --virt-type
852
865
 
853
866
The hypervisor to install on. Example choices are kvm, qemu, xen, or kqemu.
854
 
Availabile options are listed via 'virsh capabilities' in the <domain> tags.
 
867
Available options are listed via 'virsh capabilities' in the <domain> tags.
855
868
 
856
869
=item  --accelerate
857
870
 
877
890
 
878
891
=over 2
879
892
 
 
893
=item --controller=TYPE[,OPTS]
 
894
 
 
895
Attach a controller device to the guest. TYPE is one of:
 
896
B<ide>, B<fdc>, B<scsi>, B<sata>, B<virtio-serial>, or B<usb>.
 
897
 
 
898
=over 4
 
899
 
 
900
=item B<model>
 
901
 
 
902
Controller model.
 
903
 
 
904
=item B<address>
 
905
 
 
906
Controller address, current PCI of form 'bus:domain:slot:function'.
 
907
 
 
908
=item B<index>
 
909
 
 
910
A decimal integer describing in which order the bus controller is
 
911
encountered, and to reference the controller bus.
 
912
 
 
913
=item B<master>
 
914
 
 
915
Applicable to USB companion controllers, to define the master bus startport.
 
916
 
 
917
=back
 
918
 
 
919
Example:
 
920
 
 
921
=over 4
 
922
 
 
923
=item B<--controller usb,model=ich9-uhci2,address=0:0:4.7,index=0,master=2>
 
924
 
 
925
Adds a ICH9 USB companion controller on PCI address 0:0:4.7 with
 
926
master bus 0 and first port 2.
 
927
 
 
928
=back
 
929
 
880
930
=item --host-device=HOSTDEV
881
931
 
882
932
Attach a physical host device to the guest. Some example values for HOSTDEV:
989
1039
=item B<--serial tcp,host=HOST:PORT,mode=MODE,protocol=PROTOCOL>
990
1040
 
991
1041
TCP net console. MODE is either 'bind' (wait for connections on HOST:PORT)
992
 
or 'connect' (send output to HOST:PORT), default is 'connect'. HOST defaults
 
1042
or 'connect' (send output to HOST:PORT), default is 'bind'. HOST defaults
993
1043
to '127.0.0.1', but PORT is required. PROTOCOL can be either 'raw' or 'telnet'
994
1044
(default 'raw'). If 'telnet', the port acts like a telnet server or client.
995
1045
Some examples:
996
1046
 
 
1047
Wait for connections on any address, port 4567:
 
1048
 
 
1049
--serial tcp,host=0.0.0.0:4567
 
1050
 
997
1051
Connect to localhost, port 1234:
998
1052
 
999
 
--serial tcp,host=:1234
1000
 
 
1001
 
Wait for connections on any address, port 4567:
1002
 
 
1003
 
--serial tcp,host=0.0.0.0:4567,mode=bind
 
1053
--serial tcp,host=:1234,mode=connect
1004
1054
 
1005
1055
Wait for telnet connection on localhost, port 2222. The user could then
1006
1056
connect interactively to this console via 'telnet localhost 2222':
1121
1171
See C<http://libvirt.org/formatdomain.html#elementsSmartcard> for complete
1122
1172
details.
1123
1173
 
1124
 
 
1125
 
 
 
1174
=item --redirdev=BUS[,OPTS]
 
1175
 
 
1176
Add a redirected device.
 
1177
 
 
1178
=over 4
 
1179
 
 
1180
=item B<type>
 
1181
 
 
1182
The redirection type, currently supported is B<tcp> or B<spicevmc>.
 
1183
 
 
1184
=item B<server>
 
1185
 
 
1186
The TCP server connection details, of the form 'server:port'.
 
1187
 
 
1188
=back
 
1189
 
 
1190
Examples of invocation:
 
1191
 
 
1192
=over 4
 
1193
 
 
1194
=item B<--redirdev usb,type=tcp,server=localhost:4000>
 
1195
 
 
1196
Add a USB redirected device provided by the TCP server on 'localhost'
 
1197
port 4000.
 
1198
 
 
1199
=item B<--redirdev usb,type=spicevmc>
 
1200
 
 
1201
Add a USB device redirected via a dedicated Spice channel.
 
1202
 
 
1203
=back
1126
1204
 
1127
1205
=back
1128
1206