arch-maride-flavour/steps/40-install.step

7 lines
119 B
Plaintext
Raw Normal View History

2017-07-30 23:07:54 +00:00
#!/bin/sh
echo "~> Installing 'base' group and 'grub', 'efibootmgr'"
pacstrap /mnt base grub efibootmgr
2017-09-02 13:07:59 +00:00
amf_return=0