+2
-1
nixos/modules/system/boot/stage-1.nix
+2
-1
nixos/modules/system/boot/stage-1.nix
···-(cd "$tmp" && find . -print0 | sort -z | bsdtar --uid 0 --gid 0 -cnf - -T - | bsdtar --null -cf - --format=newc @-) | \+(cd "$tmp" && find . -mindepth 1 -print0 | sort -z | bsdtar --uid 0 --gid 0 -cnf - -T - | bsdtar --null -cf - --format=newc @-) | \
+2
-2
pkgs/build-support/kernel/make-initrd-ng.nix
+2
-2
pkgs/build-support/kernel/make-initrd-ng.nix
···-(cd root && find * .[^.*] -print0 | sort -z | cpio -o -H newc -R +0:+0 --reproducible --null | eval -- $compress >> "$out/initrd")+(cd root && find . -print0 | sort -z | cpio -o -H newc -R +0:+0 --reproducible --null | eval -- $compress >> "$out/initrd")