summaryrefslogtreecommitdiff
path: root/src/user/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/bootstrap')
-rw-r--r--src/user/bootstrap/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/user/bootstrap/main.c b/src/user/bootstrap/main.c
index fc239cf..fbcb641 100644
--- a/src/user/bootstrap/main.c
+++ b/src/user/bootstrap/main.c
@@ -20,9 +20,6 @@ void _start(void) {
const char *l[] = {"/kdev/", NULL};
fs_whitelist(l);
}
- MOUNT_AT("/") {
- fs_dir_inject("/kdev/"); // TODO should be part of fs_whitelist
- }
MOUNT_AT("/init/") { tar_driver(&_initrd); }