Revert "nixos/boot/stage-1: chase symlinks when copying binaries"

This commit is contained in:
Will Fancher 2023-07-20 00:03:50 -04:00 committed by GitHub
parent d60110fd97
commit 2e60058b95
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.