forked from extern/nix-config
Note that Arch Linux packages a newer version of rng-tools that is currently maintained and built upon the original upstream.
10 lines
176 B
Bash
Executable File
10 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Install packages to new filesystem
|
|
#
|
|
# https://wiki.archlinux.org/index.php/Installation_guide
|
|
|
|
set -xe
|
|
|
|
pacstrap /mnt base base-devel grub fish polkit rng-tools
|