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

8 lines
138 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
2018-03-05 13:22:08 +00:00
return $amf_return