Title here
Summary here
Includes the Raspberry Pi family of SBC (single board computers).
Disable hwclock (if enabled; on the Raspberry Pi it has already been disabled).
service hwclock stop
rc-update hwclock disable boot
Enable swclock (only useful if /sbin/openrc-run
is preserved across boots.
For a system mode (classic) install this helps. For a diskless, data, or our
hybrid install, it isn’t. Also note that for the Raspberry Pi it comes
pre-enabled.
rc-update swclock enable boot
service swclock start
Includes headless Raspberry Pi systems.
Add and enable RNG tools package
rng-tools
rather than the haveged
package. (Thank you to Dermot Bradley for pointing this out).apk add rng-tools
rc-update add rngd boot default
service rngd start
TODO: Add kernel parameters required for wireless.