aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Troy Dawson <tdawson@redhat.com> 2024-03-15 17:12:27 +0000
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-07-23 16:26:30 -0400
commitafdd23f5105f82c5a878b4260bd528b07223959b (patch)
treedaadfc251290447a994c1078dba660f5e4cf8efe
parent72e7153694fd069ee065ac73df4249f4a068cb86 (diff)
downloadkiwi-descriptions-afdd23f5105f82c5a878b4260bd528b07223959b.tar.gz
kiwi-descriptions-afdd23f5105f82c5a878b4260bd528b07223959b.zip
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.
-rw-r--r--grub.cfg.iso-template2
1 files changed, 1 insertions, 1 deletions
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}