Unverified Commit 2e60058b authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

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

parent d60110fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.