Displaying 2 results from an estimated 2 matches for "5f612e3".
Did you mean:
561293
2009 Jul 20
1
[PATCH] Replace 'distrofamily' with feature tags
...nge is reflected in the output of virt-inspector
---
inspector/virt-inspector.pl | 4 ++--
perl/lib/Sys/Guestfs/Lib.pm | 39 ++++++++++++++++++++++++++++++---------
2 files changed, 32 insertions(+), 11 deletions(-)
diff --git a/inspector/virt-inspector.pl b/inspector/virt-inspector.pl
index 5f612e3..cd53bcb 100755
--- a/inspector/virt-inspector.pl
+++ b/inspector/virt-inspector.pl
@@ -353,7 +353,6 @@ sub output_text_os
print $os->{os}, " " if exists $os->{os};
print $os->{distro}, " " if exists $os->{distro};
print $os->{version}, " "...
2009 Jul 16
1
[REPOST] Differentiate 'distro' and 'distrofamily' in Sys::Guestfs::Lib
I was slightly too quick off the marks with the first patch. This updated patch
modifies all of virt-inspector's output types to take account of distrofamily.