]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - modules.d/99img-lib/module-setup.sh
add support for Zstandard
[thirdparty/dracut.git] / modules.d / 99img-lib / module-setup.sh
index 69346b2f1916baa1ffe91ddb7a84fcf0081caff5..fe1eca1a69b865b1a0bd8f9c563812d81ef74cf4 100755 (executable)
@@ -16,7 +16,7 @@ depends() {
 install() {
     inst_multiple tar gzip dd bash
     # TODO: make this conditional on a cmdline flag / config option
-    inst_multiple -o cpio xz bzip2
+    inst_multiple -o cpio xz bzip2 zstd
     inst_simple "$moddir/img-lib.sh" "/lib/img-lib.sh"
 }