initramfs: Include systemd-timesyncd module
All checks were successful
basementhud/pipeline/head This commit looks good

This should ensure the clock is set correctly before switching to the
real root, which will make log entries a lot easier to read.
This commit is contained in:
2022-04-06 14:35:15 -05:00
parent f25226ebb5
commit 3efdfa9e54

View File

@@ -22,7 +22,7 @@ chroot "${destdir}" depmod -a "${kver}"
echo 'Building initramfs image ...' 2>&1
chroot "${destdir}" dracut \
--no-hostonly \
--modules 'nbd udev-rules dracut-systemd shutdown' \
--modules 'nbd udev-rules dracut-systemd shutdown systemd-timesyncd' \
--drivers 'genet nbd squashfs' \
--force-drivers 'bcm2835_wdt' \
--force \