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:
parent
818d8a7df3
commit
8c97022151
@ -6,4 +6,4 @@
|
||||
|
||||
set -xe
|
||||
|
||||
pacstrap /mnt base base-devel grub fish polkit
|
||||
pacstrap /mnt base base-devel grub fish polkit rng-tools
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user