mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
coreos-base/coreos: remove rng-tool dependency
rng-tools does not appear to be necessary for booting in virtual machine environments in 2022. Back in the day the boot process would block if there was not enough entropy to seed the system random pool, but over the years the linux kernel made sure that the pool is force seeded if userspace does not do so one it's own. Remove rng-tool as it is not needed and it would require work to make sure it works (detection of tpm/hwrng/intel cpu instructions).
This commit is contained in:
parent
b0bde5635a
commit
debf700a83
@ -164,7 +164,6 @@ RDEPEND="${RDEPEND}
|
||||
sys-apps/nvme-cli
|
||||
sys-apps/pciutils
|
||||
sys-apps/policycoreutils
|
||||
sys-apps/rng-tools
|
||||
sys-apps/sed
|
||||
sys-apps/seismograph
|
||||
sys-apps/semodule-utils
|
||||
|
@ -44,9 +44,6 @@ dev-util/checkbashisms *
|
||||
=sys-apps/policycoreutils-3.1-r3 ~arm64
|
||||
=sys-apps/kexec-tools-2.0.22 ~arm64
|
||||
|
||||
# needed to force enable rng-tools for arm64
|
||||
=sys-apps/rng-tools-5-r2 **
|
||||
|
||||
=sys-apps/sandbox-2.12 ~arm64
|
||||
=sys-apps/semodule-utils-3.1 ~arm64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user