diff --git a/dracut.sh b/dracut.sh index 310646e..487add5 100755 --- a/dracut.sh +++ b/dracut.sh @@ -1857,7 +1857,7 @@ fi if dracut_module_included "squash"; then dinfo "*** Squashing the files inside the initramfs ***" - mksquashfs $squash_dir $squash_img -comp xz -b 64K -Xdict-size 100% &> /dev/null + mksquashfs $squash_dir $squash_img -no-xattrs -no-exports -noappend -always-use-fragments -comp xz -Xdict-size 100% -no-progress 1> /dev/null if [[ $? != 0 ]]; then dfatal "dracut: Failed making squash image"