initramfs: Include systemd-timesyncd module
basementhud/pipeline/head This commit looks good
Details
basementhud/pipeline/head This commit looks good
Details
This should ensure the clock is set correctly before switching to the real root, which will make log entries a lot easier to read.pull/1/head
parent
f25226ebb5
commit
3efdfa9e54
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue