Skip to content

Commit

Permalink
B #-: Fix removing ttyS0 on el9 (alma9)
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Dec 11, 2023
1 parent caab43c commit 71bab36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packer/alma/11-update-grub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ gawk -i inplace -f- /etc/default/grub <<'EOF'
{ print }
EOF

grubby --update-kernel ALL --remove-args='console=ttyS0,115200n8'

# Ensure required.

gawk -i inplace -f- /etc/default/grub <<'EOF'
Expand Down

0 comments on commit 71bab36

Please sign in to comment.