From 06eb1218d356f53bdedb7dc79ff4b1b005ea943f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Fri, 12 Jan 2024 09:39:18 +0100 Subject: [PATCH] Fixed custom ISO boot template The archlinux integration test used a custom iso boot template which still contained the terminal_setup variable. This commit fixed the template to use the new terminal_input and terminal_output variables --- .../x86/archlinux/test-image-live-disk-kis/iso_boot.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tests/x86/archlinux/test-image-live-disk-kis/iso_boot.template b/build-tests/x86/archlinux/test-image-live-disk-kis/iso_boot.template index e9b7e184495..14f2b416c83 100644 --- a/build-tests/x86/archlinux/test-image-live-disk-kis/iso_boot.template +++ b/build-tests/x86/archlinux/test-image-live-disk-kis/iso_boot.template @@ -34,8 +34,8 @@ fi if [ -f ($$root)/boot/${boot_directory_name}/themes/${theme}/theme.txt ];then set theme=($$root)/boot/${boot_directory_name}/themes/${theme}/theme.txt fi -terminal_input ${terminal_setup} -terminal_output ${terminal_setup} +terminal_input ${terminal_input} +terminal_output ${terminal_output} menuentry "${title}" --class os --unrestricted { set gfxpayload=keep