Open
Description
Is your feature request related to a problem? Please describe.
The current mkinitrd
is archaic. We should be directly invoking dracut to generate an initramfs.
Describe the solution you'd like
Refactor all code that calls mkinitrd
to instead call dracut
, better use the existing configuraiton options of dracut
(ie hostonly, etc.).
Additional context
Add any other context or screenshots about the feature request here.