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

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

Revert "nixos/boot/stage-1: chase symlinks when copying binaries"
parents d60110fd 2e60058b
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.