add generate-grub script

master
an 2019-06-18 09:58:52 -04:00
parent 45ed70a178
commit 1c4e367489
1 changed files with 6 additions and 0 deletions

6
scripts/generate-grub.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env sh
grub-mkconfig -o /boot/grub/grub.cfg
grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=arch
## EOF