summaryrefslogtreecommitdiff
path: root/mount_root.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount_root.c')
-rw-r--r--mount_root.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mount_root.c b/mount_root.c
index ca2c31c..d343909 100644
--- a/mount_root.c
+++ b/mount_root.c
@@ -45,8 +45,7 @@ start(int argc, char *argv[1])
}
/* Check for extroot config in rootfs before even trying rootfs_data */
- extroot_prefix = "";
- if (!mount_extroot()) {
+ if (!mount_extroot("")) {
ULOG_NOTE("switched to extroot\n");
return 0;
}