From afdd23f5105f82c5a878b4260bd528b07223959b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 15 Mar 2024 17:12:27 +0000 Subject: Use ${terminal_output} instead of ${terminal_setup} The newer kiwi has cleaned up its grub configurations. One of the changes was the variable terminal_output, which you set for your terminal_output. Much more logical. This changes to the new way. --- grub.cfg.iso-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub.cfg.iso-template b/grub.cfg.iso-template index b0f6aee..ca3a1c1 100644 --- a/grub.cfg.iso-template +++ b/grub.cfg.iso-template @@ -25,7 +25,7 @@ insmod part_gpt insmod ext2 terminal_input console -terminal_output ${terminal_setup} +terminal_output ${terminal_output} set timeout=${boot_timeout} set timeout_style=${boot_timeout_style} -- cgit v1.3.1+13