From 927c45bb23e4eeae7e51d5a82a1cc88c64f75086 Mon Sep 17 00:00:00 2001 From: Julie-CAO Date: Mon, 21 Oct 2024 14:53:32 +0800 Subject: [PATCH] earlyprintk=xen for 15sp7 xen --- .../autoyast/dev_host_15.xml.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/virt_autotest/host_unattended_installation_files/autoyast/dev_host_15.xml.ep b/data/virt_autotest/host_unattended_installation_files/autoyast/dev_host_15.xml.ep index b8c1005a3200..590ff4236d6b 100644 --- a/data/virt_autotest/host_unattended_installation_files/autoyast/dev_host_15.xml.ep +++ b/data/virt_autotest/host_unattended_installation_files/autoyast/dev_host_15.xml.ep @@ -57,7 +57,7 @@ false console % if ($check_var->('SYSTEM_ROLE', 'xen')) { - splash=silent quiet console=tty <%= defined $bmwqemu::vars{"ENABLE_CONSOLE_KERNEL_LOG"} ? "loglvl=all guest_loglvl=all" : "loglvl=debug guest_loglvl=debug" %> <%= $get_var->('OPT_KERNEL_PARAMS') %> + splash=silent quiet console=tty <%= defined $bmwqemu::vars{"ENABLE_CONSOLE_KERNEL_LOG"} ? "loglvl=all guest_loglvl=all" : "loglvl=debug guest_loglvl=debug" %> <%= $get_var->('OPT_KERNEL_PARAMS', '') %> console=hvc0 earlyprintk=xen <%= defined $bmwqemu::vars{"XEN_SERIAL_CONSOLE"} ? $bmwqemu::vars{"XEN_SERIAL_CONSOLE"} : "console=com2,115200" %> vga=gfx-1024x768x16 <%= defined $bmwqemu::vars{"ENABLE_CONSOLE_KERNEL_LOG"} ? "loglvl=all guest_loglvl=all" : "loglvl=debug guest_loglvl=debug" %> sync_console