Skip to content

Commit

Permalink
Fixed custom ISO boot template
Browse files Browse the repository at this point in the history
The archlinux integration test used a custom iso boot
template which still contained the terminal_setup variable.
This commit fixed the template to use the new terminal_input
and terminal_output variables
  • Loading branch information
schaefi committed Jan 12, 2024
1 parent 2ea8e1f commit 06eb121
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ fi
if [ -f ($$root)/boot/${boot_directory_name}/themes/${theme}/theme.txt ];then
set theme=($$root)/boot/${boot_directory_name}/themes/${theme}/theme.txt
fi
terminal_input ${terminal_setup}
terminal_output ${terminal_setup}
terminal_input ${terminal_input}
terminal_output ${terminal_output}

menuentry "${title}" --class os --unrestricted {
set gfxpayload=keep
Expand Down

0 comments on commit 06eb121

Please sign in to comment.