Commit 311bee1e authored by Fiona Behrens's avatar Fiona Behrens Committed by Bjørn Forsman
Browse files

nixos: fix bcachefs filesystem with symlinks

(cherry picked from commit 6d461357c1350109aa5ce93ec31ef3e27f953980)
parent 6dae3da2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ let
        printf "waiting for device to appear $path"
        for try in $(seq 10); do
          if [ -e $path ]; then
              target=$(readlink -f $path)
              success=true
              break
          else