From 5a8a1ba86f50916ab9bab32b5a6192dba8a2f9bd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mar 15 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. --- diff --git a/grub.cfg.iso-template b/grub.cfg.iso-template index e9951c0..cb6ae75 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}