initramfs: Include systemd-timesyncd module
All checks were successful
basementhud/pipeline/head This commit looks good
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user