mirror of
https://github.com/coreos/ignition.git
synced 2026-02-07 03:47:55 +01:00
This introduces a plain `/dev/urandom` reader as a non-secure early-boot source of entropy for TLS client. This is to avoid long pauses at provisioning time due to getrandom(2) (internally used by the Go runtime) waiting on entropy pool initialization.