arch-maride-flavour/steps/40-install.step
2017-09-02 15:07:59 +02:00

7 lines
119 B
Bash
Executable File

#!/bin/sh
echo "~> Installing 'base' group and 'grub', 'efibootmgr'"
pacstrap /mnt base grub efibootmgr
amf_return=0