nix-config/sh/install/022-grub

13 lines
249 B
Plaintext
Raw Normal View History

2018-08-31 21:35:09 +02:00
#!/bin/sh
#
# Install grub to the primary partition. Then, make the
# configuration file for grub.
#
# https://wiki.archlinux.org/index.php/Grub
set -xe
arch-chroot /mnt grub-install /dev/sda
arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg