~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to man/en/virt-image.pod

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Louis Dupond
  • Date: 2010-05-05 03:32:42 UTC
  • mfrom: (1.3.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100505033242-um6f6pjcc89i07m0
Tags: 0.500.3-1ubuntu1
* Merge from debian unstable. (LP: #590068)  Remaining changes:
  - debian/patches/9001_Ubuntu.patch:
     + Added lucid and maverick to OS list and enable virtio for it.
  - debian/patches/0003-Fix-patch-to-keyboard-configuration.patch: disable
    as the keyboard config in Ubuntu is still in /etc/default/console-setup
    and this was causing virt-manager to always default to a en-us
    keyboard. (LP: #524318)
  - debian/control: added acl package to depends. (LP: #533048)
  - Demote virt-viewer to Suggests, as it's in universe.
  - Recommends libvirt-bin (LP: #215084)
* debian/patches/9002-add-ca-keymap.patch: dropped, its now in upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
the virtual machine are taken from the XML descriptor (e.g., where the
16
16
files to back the virtual machine's disks are and how to map them into the
17
17
guest), though certain information must be added on the command line, such
18
 
as the name of the guest. By default, missing information will cause an
19
 
error, but an interactive mode is available with the --prompt option.
 
18
as the name of the guest.
20
19
 
21
20
The XML descriptor defines most attributes of the guest, making it possible
22
21
to bundle and distribute it together with the files backing the guest's
192
191
Prevent interactive prompts. If the intended prompt was a yes/no prompt, always
193
192
say yes. For any other prompts, the application will exit.
194
193
 
195
 
=item --prompt
196
 
 
197
 
Specifically enable prompting for information not provided in the image
198
 
description. Default prompting is off.
199
 
 
200
194
=back
201
195
 
202
196
=head1 EXAMPLES