Adding config-grub-boot

This commit is contained in:
Scott C. MacCallum 2024-08-04 18:12:34 -04:00
commit 891ac33a92

6
config-grub-boot Normal file
View File

@ -0,0 +1,6 @@
#/usr/bin/bash
echo "Add GRUB_SAVEDEFAULT=true to /etc/default/grub"
echo "Run sudo grub2-mkconfig -o /boot/grub2/grub.cfg"
exit 0