scripts/scripts/cmds/generate-grub

8 lines
157 B
Plaintext
Raw Normal View History

2019-06-18 06:58:52 -07:00
#!/usr/bin/env sh
# vim: syntax=sh:
2019-06-18 06:58:52 -07:00
grub-mkconfig -o /boot/grub/grub.cfg
grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=arch
## EOF