Commit Graph

4 Commits (ab4c6671f61aae0478e3363d19d986e9caa1e5b9)

Author SHA1 Message Date
Dustin ab4c6671f6 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.
2022-04-06 17:15:58 -05:00
Dustin 3efdfa9e54 initramfs: Include systemd-timesyncd module
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.
2022-04-06 15:05:32 -05:00
Dustin 3230e6a050 initramfs: Only include necessary drivers
*dracut* includes a ton of kernel modules in the initramfs by default.
These are totally unnecessary and make the image file huge, which makes
it take forever to load via TFTP.  We can save a lot of space and time
by only including the specific drivers we need to mount the root
filesystem.
2022-04-06 13:42:04 -05:00
Dustin 2437e6e467 Initial commit 2022-04-04 20:59:32 -05:00