]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut-install: Add support for compressed firmware files
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 May 2019 05:12:06 +0000 (07:12 +0200)
committerDaniel Molkentin <daniel@molkentin.de>
Thu, 18 Jul 2019 16:39:56 +0000 (18:39 +0200)
commitdc86c12c452b26aeb0b032a75da4bfd97e171466
treed40c823dad6732dda1f7d763b3d651ef7e9b0822
parent9f96bb4c737ed544b222adf2bbf1197ab23d8a48
dracut-install: Add support for compressed firmware files

The upcoming kernel will have a support for loading compressed
firmware files, and this patch corresponds to that kernel change.
When a firmware file with the extra .xz extension is found, dracut
copies to initrd as fallback.  Since initrd itself is compressed, the
file is uncompressed in initrd beforehand.
dracut-init.sh