summaryrefslogtreecommitdiff
path: root/src/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init/main.c')
-rw-r--r--src/init/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/init/main.c b/src/init/main.c
index f0c9779..d19b1e5 100644
--- a/src/init/main.c
+++ b/src/init/main.c
@@ -47,5 +47,8 @@ void fs_prep(void) {
/* passthrough fs */
if (!fork2_n_mount("/2nd"))
- fs_passthru();
+ fs_passthru(NULL);
+
+ if (!fork2_n_mount("/3nd"))
+ fs_passthru("/init");
}