nixos: fix bcachefs filesystem with symlinks

This commit is contained in:
Finn Behrens 2023-11-17 16:14:05 +01:00 committed by Jörg Thalheim
parent 56746b6d6c
commit a51ea9ca17

View File

@ -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