
On Wed, 2019-12-04 at 17:19 +0100, Fabiano FidĂȘncio wrote:
Add "install=" unconditionally to the extra_arg parameter passed to virt-install. It's needed as the virt-install present on CentOS CI host does not use the correct kernel URL argument when installing OpenSUSE.
This does not cause issues on other installations as the other distros will just ignore the argument passed.
Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com> --- I've verified this solution works on a CentOS 7 host. I've verified this solution doesn't cause regressions on a Fedora 31 host. --- guests/lcitool | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
I've tweaked the comment and the code formatting a bit, added my Reviewed-by: Andrea Bolognani <abologna@redhat.com> and pushed. -- Andrea Bolognani / Red Hat / Virtualization