mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
builder: Suggest using virt-install --os-variant option in virt-builder man page.
This commit is contained in:
@@ -821,7 +821,8 @@ Import the disk image into libvirt using L<virt-install(1)>
|
||||
I<--import> option.
|
||||
|
||||
virt-install --import \
|
||||
--name guest --ram 2048 --disk path=disk.img,format=raw
|
||||
--name guest --ram 2048 \
|
||||
--disk path=disk.img,format=raw --os-variant fedora20
|
||||
|
||||
Notes:
|
||||
|
||||
@@ -834,6 +835,14 @@ you used virt-builder's I<--format> option.
|
||||
|
||||
=item 2.
|
||||
|
||||
I<--os-variant> is highly recommended, because it will present optimum
|
||||
devices to enable the guest to run most efficiently. To get a list
|
||||
of all variants, do:
|
||||
|
||||
virt-install --os-variant list
|
||||
|
||||
=item 3.
|
||||
|
||||
You can run virt-install as root or non-root. Each works slightly
|
||||
differently because libvirt manages a different set of virtual
|
||||
machines for each user. In particular virt-manager normally shows the
|
||||
|
||||
Reference in New Issue
Block a user