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-03-15 17:12:27 +00:00 committed by Neal Gompa
parent 72e7153694
commit afdd23f510

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}