]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(dracut.sh): drop pointless check for module compression method
authorMartin Wilck <mwilck@suse.com>
Fri, 19 Nov 2021 11:39:30 +0000 (12:39 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 26 Nov 2021 17:01:45 +0000 (17:01 +0000)
commit586d3e7664c00bf144becfa69dde2dbab8711d51
treeb29562677a493ef6e04fb89d5e176e9725bf1ffb
parent7938935267dd8824f074adf84c219340ad4c8db6
fix(dracut.sh): drop pointless check for module compression method

There's no need to decompress the kernel modules in dracut, and
"$kcompress" is never referenced. dracut can build the initramfs
just fine if there's no tool for decompressing modules.
dracut.sh