This commit is contained in:
terem42
2023-04-21 16:02:25 +02:00
parent 800ed46e9c
commit 0aec89b9fc

View File

@@ -148,7 +148,7 @@ function initial_load_debian_zed_cache {
SECONDS=0
while (( SECONDS++ <= 120 )); do
while (( SECONDS++ <= 300 )); do
if [[ -e /mnt/etc/zfs/zfs-list.cache/rpool ]] && (( $(find /mnt/etc/zfs/zfs-list.cache/rpool -type f -printf '%s' 2> /dev/null) > 0 )); then
success=1
break