lol

Merge pull request #25391 from Mic92/nixos-prepare-root

nixos-prepare-root: force symlink at /run

authored by

Daniel Peebles and committed by
GitHub
daf16b56 3ecaf3b4

+1 -1
+1 -1
nixos/modules/installer/tools/nixos-prepare-root.sh
··· 37 37 mkdir -m 0755 -p $mountPoint/var 38 38 mkdir -m 0700 -p $mountPoint/root 39 39 40 - ln -s /run $mountPoint/var/run 40 + ln -sf /run $mountPoint/var/run 41 41 42 42 # Create the necessary Nix directories on the target device 43 43 mkdir -m 0755 -p \