search for: novegin

Displaying 1 result from an estimated 1 matches for "novegin".

Did you mean: nologin
2016 May 04
3
[PATCH 1/2] inspection: Set package manager to "unknown" if parsing major version failed (RHBZ#1332025).
...t know how to use --install with the 'up2date' package manager Instead this sets it to "unknown" which will cause virt-customize to fail with: virt-customize: --install is not supported for this guest operating system which is (only very slightly) better. Problem reported by novegin on IRC. --- src/inspect-fs.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/inspect-fs.c b/src/inspect-fs.c index 0714ae1..7f7d5d1 100644 --- a/src/inspect-fs.c +++ b/src/inspect-fs.c @@ -531,8 +531,11 @@ guestfs_int_check_package_management (guestfs_h *g, struc...