Revert "initramfs: Include systemd-timesyncd module"

Dumb.  It just enables the *systemd-timesyncd.service* in the initramfs,
which starts before the dracut initqueue, so there's no network yet.

This reverts commit 3efdfa9e54.
pull/1/head
Dustin 2022-04-06 17:15:58 -05:00
parent 4f49686ff1
commit ab4c6671f6
1 changed files with 1 additions and 1 deletions

View File

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