dots/.local/bin/update-grub

10 lines
197 B
Plaintext
Raw Normal View History

#!/bin/sh
# Regenerate grub config
grub-mkconfig -o /boot/grub/grub.cfg
# I don't mount the efi partition normally.
mount /dev/nvme0n1p1 /boot/efi
grub-mkconfig -o /boot/efi/EFI/gentoo/grub.cfg