Add a script for configuring GRUB to use minegrub
This commit is contained in:
parent
a087d1d87d
commit
d8fe1d1b70
1 changed files with 3 additions and 0 deletions
3
scripts/Common/Config/GRUB/minegrub-theme.sh
Executable file
3
scripts/Common/Config/GRUB/minegrub-theme.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
sudo sed -i "s/^#\?\(GRUB_THEME=\).*$/\1\"\/usr\/share\/grub\/themes\/minegrub\/theme.txt\"/" /etc/default/grub;
|
||||
sudo grub-mkconfig -o /boot/grub/grub.cfg;
|
Loading…
Reference in a new issue