diff --git a/dracut.sh b/dracut.sh index 9b67e8734e..cb729f0331 100755 --- a/dracut.sh +++ b/dracut.sh @@ -2053,6 +2053,9 @@ if dracut_module_included "squash"; then rm -rf "$squash_dir" dinfo "*** Squashing the files inside the initramfs done ***" + + # Skip initramfs compress + compress="cat" fi dinfo "*** Creating image file '$outfile' ***"