Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-28 18:14:11 +00:00
committed by GitHub
335 changed files with 2578 additions and 1894 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ let
) config.boot.initrd.secrets)
}
(cd "$tmp" && find . -print0 | sort -z | cpio -o -H newc -R +0:+0 --reproducible --null) | \
(cd "$tmp" && find . -print0 | sort -z | cpio --quiet -o -H newc -R +0:+0 --reproducible --null) | \
${compressorExe} ${lib.escapeShellArgs initialRamdisk.compressorArgs} >> "$1"
'';