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
parent
4f49686ff1
commit
ab4c6671f6
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue