arch-maride-flavour/steps/40-install.step
2018-03-05 14:22:08 +01:00

8 lines
138 B
Bash
Executable File

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