Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 7e12510413 Enable RTC on the CM4 I/O board
basementhud/pipeline/head This commit looks good Details
Include the kernel modules in the initramfs to set the clock as early as
possible.
2022-04-06 17:35:56 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ chroot "${destdir}" dracut \
--no-hostonly \
--modules 'nbd udev-rules dracut-systemd shutdown' \
--drivers 'genet nbd squashfs' \
--force-drivers 'bcm2835_wdt i2c_bcm2835 rtc_pcf85063' \
--force-drivers 'bcm2835_wdt i2c_bcm2835 i2c_mux_pinctrl rtc_pcf85063' \
--force \
/boot/initramfs.img \
"${kver}"