1
0
forked from extern/nix-config

archlinux: Add rng-tools to initial package list

Note that Arch Linux packages a newer version of rng-tools that is
currently maintained and built upon the original upstream.
This commit is contained in:
Donovan Glover 2018-12-04 01:48:09 -05:00
parent 818d8a7df3
commit 8c97022151
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 5 additions and 1 deletions

View File

@ -6,4 +6,4 @@
set -xe
pacstrap /mnt base base-devel grub fish polkit
pacstrap /mnt base base-devel grub fish polkit rng-tools

View File

@ -18,6 +18,10 @@ arch-chroot /mnt ln -sf /usr/lib/systemd/system/dhcpcd.service \
arch-chroot /mnt ln -sf /usr/lib/systemd/system/systemd-timesyncd.service \
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
# Enable the rng-tools daemon
arch-chroot /mnt ln -sf /usr/lib/systemd/system/rngd.service \
/etc/systemd/system/sysinit.target.wants/rngd.service
# Enable colors in pacman by uncommenting the Color line.
sed -i '/Color/s/^#//g' /mnt/etc/pacman.conf