summaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
Diffstat (limited to 'block.c')
-rw-r--r--block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block.c b/block.c
index b6d49a8..50d877f 100644
--- a/block.c
+++ b/block.c
@@ -1543,7 +1543,7 @@ static int mount_extroot(char *cfg)
ULOG_INFO("extroot: device not present, retrying in %u seconds\n", delay_root);
sleep(delay_root);
make_devs();
- cache_load(0);
+ cache_load(1);
dev = find_block_device(m->uuid, m->label, m->device);
}
if (dev) {