Skip to content

Instantly share code, notes, and snippets.

@victorbnl
Created December 30, 2023 16:24
Show Gist options
  • Save victorbnl/089e8f0f74c3f0063ca5a3a399455ff7 to your computer and use it in GitHub Desktop.
Save victorbnl/089e8f0f74c3f0063ca5a3a399455ff7 to your computer and use it in GitHub Desktop.
Remove GRUB beep from ISO
cat $1 | perl -pe 's/^play (([0-9]+ ?)+)/#lay \1/g' > $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment