mkosi-initrd
mkosi-initrd copied to clipboard
Build initrd images using mkosi and distro packages
https://0pointer.net/blog/mkosi-a-tool-for-generating-os-images.html > When you tell mkosi to generate a bootable image for you, it will make it bootable on EFI, not on legacy BIOS. This is outdated. mkosi is now...
https://systemd.io/INITRD_INTERFACE/ > Oh, and one last question before closing: instead of implementing these features in your own distro’s initrd, may I suggest just using Dracut instead? It’s all already implemented...
This reverts commit a5618aa83c58e95c209fe3062ab819cf65a381db.
Tracker for features we should have covered by a test case: * [x] Basic boot ~~(included to have at least one ticked checkbox)~~ * [x] LVM (#8) * [x] LUKS...
Fedora is using this in live images. Recently https://github.com/dracutdevs/dracut/pull/1991 was made and is the basis for https://fedoraproject.org/wiki/Changes/ModernizeLiveMedia. The stuff that the module does overlaps with systemd-repart.
This goes against the original idea, but without this development of e.g. systemd features for the initrd will be very awkward. Thus, I think we should allow installing stuff into...
Currently, even if the dracut generated is unconfigured/disabled, `dracut-shutdown.service` will still be started, if the dracut rpm is installed. Should it be conditionalized somehow?
I have no idea why, but because of the emergency.service->debug-shell.service, you can't start the debug shell through kernel cmdline. If I use rdinit=/bin/bash and remove the symlink before starting systemd,...