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