Merge pull request #244445 from NixOS/revert-244177-initrd-chase-symlinks

Revert "nixos/boot/stage-1: chase symlinks when copying binaries"
This commit is contained in:
Will Fancher 2023-07-20 00:05:41 -04:00 committed by GitHub
commit fad65047fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ let
copy_bin_and_libs () {
[ -f "$out/bin/$(basename $1)" ] && rm "$out/bin/$(basename $1)"
cp -pdvH $1 $out/bin
cp -pdv $1 $out/bin
}
# Copy BusyBox.