khadas / fenix

One-stop script set to build Ubuntu/Debian images
GNU General Public License v2.0
208 stars 135 forks source link

dracut-install: fix performance regression #278

Closed viraniac closed 2 months ago

viraniac commented 2 months ago

This PR installs custom dracut install package that has 3de4c73 and 131822e reverted.

Also we now only generate initrd once which also saves some time during the image build process.

PS: This PR depends on https://github.com/viraniac/dracut_install. It should be forked first before merging this PR.