diff options
Diffstat (limited to 'src/user/bootstrap')
-rw-r--r-- | src/user/bootstrap/main.c | 3 |
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); } |