mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 01:37:56 +02:00
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:
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
set -xe
|
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 \
|
arch-chroot /mnt ln -sf /usr/lib/systemd/system/systemd-timesyncd.service \
|
||||||
/etc/systemd/system/sysinit.target.wants/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.
|
# Enable colors in pacman by uncommenting the Color line.
|
||||||
sed -i '/Color/s/^#//g' /mnt/etc/pacman.conf
|
sed -i '/Color/s/^#//g' /mnt/etc/pacman.conf
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user