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.
This commit is contained in:
Troy Dawson
2024-07-23 16:26:30 -04:00
committed by Neal Gompa
parent 72e7153694
commit afdd23f510
+1 -1
View File
@@ -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}