Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2020-08-13 21:59:15 +02:00
56 changed files with 405 additions and 336 deletions
+2 -1
View File
@@ -374,7 +374,8 @@ let
) config.boot.initrd.secrets)
}
(cd "$tmp" && find . | cpio -H newc -o) | gzip >>"$1"
(cd "$tmp" && find . -print0 | sort -z | cpio -o -H newc -R +0:+0 --reproducible --null) | \
${config.boot.initrd.compressor} >> "$1"
'';
in