1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 16:57:22 +00:00

install_vnc_client & install_vncconnect_client to be ARCH specific

Use  ARCH specific desktop_4 images supposed to be
generated by createhdds tool.

Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
This commit is contained in:
Michel Normand 2019-11-20 16:00:37 +00:00 committed by Adam Williamson
parent 00c81f9a30
commit bbb5d76849

View File

@ -5329,7 +5329,7 @@
{ key => "BOOTFROM", value => "c" },
{ key => "INSTALL", value => "1" },
{ key => "DESKTOP", value => "gnome" },
{ key => "HDD_1", value => "disk_f%CURRREL%_desktop_4_x86_64.img" },
{ key => "HDD_1", value => "disk_f%CURRREL%_desktop_4_%ARCH%.img" },
{ key => "PARALLEL_WITH", value => "install_vnc_server" },
{ key => "PREINSTALL", value => "_graphical_wait_login _vnc_client_connect" },
{ key => "GRUB_POSTINSTALL", value => "net.ifnames=0 biosdevname=0" },
@ -5359,7 +5359,7 @@
{ key => "BOOTFROM", value => "c" },
{ key => "INSTALL", value => "1" },
{ key => "DESKTOP", value => "gnome" },
{ key => "HDD_1", value => "disk_f%CURRREL%_desktop_4_x86_64.img" },
{ key => "HDD_1", value => "disk_f%CURRREL%_desktop_4_%ARCH%.img" },
{ key => "PREINSTALL", value => "_graphical_wait_login _vncconnect_client_setup" },
{ key => "GRUB_POSTINSTALL", value => "net.ifnames=0 biosdevname=0" },
{ key => "NICTYPE", value => "tap" },