From b01cb6ed269735cd3c0307f05b77145e988d248e Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Mon, 23 Oct 2023 23:41:24 -0700 Subject: [PATCH] Remove haveged and rngd to match upstream --- setup/linux/packages/base | 1 - .../etc/systemd/system/multi-user.target.wants/rngd.service | 1 - .../profile/airootfs/etc/systemd/system/pacman-init.service | 2 -- 3 files changed, 4 deletions(-) delete mode 120000 setup/linux/profile/airootfs/etc/systemd/system/multi-user.target.wants/rngd.service diff --git a/setup/linux/packages/base b/setup/linux/packages/base index 89c1eea7..d00261b2 100644 --- a/setup/linux/packages/base +++ b/setup/linux/packages/base @@ -104,7 +104,6 @@ qemu-guest-agent reiserfsprogs reiserfsprogs rfkill -rng-tools rofi rsync rxvt-unicode diff --git a/setup/linux/profile/airootfs/etc/systemd/system/multi-user.target.wants/rngd.service b/setup/linux/profile/airootfs/etc/systemd/system/multi-user.target.wants/rngd.service deleted file mode 120000 index 5f6432cf..00000000 --- a/setup/linux/profile/airootfs/etc/systemd/system/multi-user.target.wants/rngd.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/rngd.service \ No newline at end of file diff --git a/setup/linux/profile/airootfs/etc/systemd/system/pacman-init.service b/setup/linux/profile/airootfs/etc/systemd/system/pacman-init.service index 23b81445..acd558f8 100644 --- a/setup/linux/profile/airootfs/etc/systemd/system/pacman-init.service +++ b/setup/linux/profile/airootfs/etc/systemd/system/pacman-init.service @@ -1,7 +1,5 @@ [Unit] Description=Initializes Pacman keyring -Wants=haveged.service -After=haveged.service Requires=etc-pacman.d-gnupg.mount After=etc-pacman.d-gnupg.mount