1config BR2_PACKAGE_URANDOM_SCRIPTS 2 bool "urandom-initscripts" 3 default y if BR2_PACKAGE_INITSCRIPTS 4 depends on !BR2_PACKAGE_SYSTEMD 5 help 6 Initscript to preserve the random seed between reboots. 7 8 WARNING: this is a poor fit to try and get high-quality 9 entropy at boot. There are better ways, like haveged, or 10 rng-tools. 11