From ab4c6671f61aae0478e3363d19d986e9caa1e5b9 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 6 Apr 2022 17:15:58 -0500 Subject: [PATCH] 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 3efdfa9e54fff6fc3062ac1ea3a90455ce1d1572. --- mkinitramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkinitramfs.sh b/mkinitramfs.sh index 4b18454..d5b79b9 100644 --- a/mkinitramfs.sh +++ b/mkinitramfs.sh @@ -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 systemd-timesyncd' \ + --modules 'nbd udev-rules dracut-systemd shutdown' \ --drivers 'genet nbd squashfs' \ --force-drivers 'bcm2835_wdt' \ --force \