void-bash-installer/modules/50-bootloader/post
2021-03-11 14:04:04 +01:00

8 lines
151 B
Plaintext

module start "bootloader" "Install Bootloader"
source "${vars}/disk"
grub-install "${cfg[diskname]}"
grub-mkconfig -o /boot/grub/grub.cfg
module end