Skip to content

Commit

Permalink
Set $terminal_setup as console in grub template
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed May 3, 2024
1 parent c811571 commit 3d62cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grub.cfg.iso-template
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ insmod part_gpt
insmod ext2

terminal_input console
terminal_output ${terminal_setup}
terminal_output console

set timeout=${boot_timeout}
set timeout_style=${boot_timeout_style}
Expand Down

0 comments on commit 3d62cc3

Please sign in to comment.