[Pkg-libvirt-commits] [libguestfs] 109/146: virt-buider: doc: Use osinfo-query to get OS variants
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 17:01:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit ef306ae46cd715f18a57d03ff0c4c0e55e17803d
Author: Kashyap Chamarthy <kchamart at redhat.com>
Date: Tue Jan 13 19:31:09 2015 +0100
virt-buider: doc: Use osinfo-query to get OS variants
Upstream dropped[1] support for '--os-variant list' in favor of using
`osinfo-query` tool provided by the libosinfo project.
To get a list of all accepted operating systems, invoke:
osinfo-query os
[1] https://git.fedorahosted.org/cgit/virt-manager.git/commit/?id=bcb60f0
(cherry picked from commit 4bd0d1704756ab0bb8438078229b1a6848d2bad6)
---
builder/virt-builder.pod | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/builder/virt-builder.pod b/builder/virt-builder.pod
index 7f76324..5324951 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -845,7 +845,9 @@ 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
+ osinfo-query os
+
+The above tool is provided by libosinfo package.
=item 3.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list