nix-config/sh/install/005-pacstrap

14 lines
308 B
Plaintext
Raw Normal View History

2018-08-31 21:26:19 +02:00
#!/bin/sh
#
# Install the base packages to the mounted partition (the newly
# created filesystem).
#
# We also install grub and fish since grub is the boot loader
# and fish is the preferred shell.
#
# https://wiki.archlinux.org/index.php/Installation_guide
set -xe
pacstrap /mnt base base-devel grub fish