Skip to content

Commit

Permalink
check for GRUB_TERMINAL_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Oct 23, 2024
1 parent 61c4f0e commit 6017ddb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ function config_grub() {
echo_info "sed -i '/GRUB_TIMEOUT_STYLE=/d' /etc/default/grub"
sed -i '/GRUB_TIMEOUT_STYLE=/d' /etc/default/grub

# issue #16
echo_info "sed -i '/GRUB_TERMINAL_OUTPUT=/d' /etc/default/grub"
sed -i '/GRUB_TERMINAL_OUTPUT=/d' /etc/default/grub

echo_info "echo 'GRUB_TIMEOUT_STYLE=\"menu\"' >> /etc/default/grub"
echo 'GRUB_TIMEOUT_STYLE="menu"' >> /etc/default/grub

Expand Down

0 comments on commit 6017ddb

Please sign in to comment.