FooDeas / raspberrypi-ua-netinst

RaspberryPi (minimal) unattended netinstaller
ISC License
220 stars 46 forks source link

Improve RTC handling #188

Closed kpfleming closed 4 years ago

kpfleming commented 4 years ago

The 'ensure module loaded' bits are required because at least one RTC module (abx80x) is not automatically loaded even though the proper Device Tree overlay has been configured. For those which are autoloaded, having the module name in /etc/modules (or /etc/modules-load.d/rtc.conf) won't cause any harm.

Signed-off-by: Kevin P. Fleming kevin@km6g.us

kpfleming commented 4 years ago

This has some conflicts with #186; I'll fix it up after that is merged.