mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 01:07:49 +00:00
nixos: fix bcachefs filesystem with symlinks
This commit is contained in:
parent
56746b6d6c
commit
a51ea9ca17
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user