diff options
-rw-r--r-- | mdk-stage1/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index a750b2332..9f55bcc40 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -161,7 +161,6 @@ void doklog() return; } - mkdir("/tmp", 0755); if ((log = open("/tmp/syslog", O_WRONLY | O_CREAT | O_APPEND, 0644)) < 0) { print_error("error opening /tmp/syslog"); sleep(5); @@ -413,7 +412,6 @@ int main(int argc, char **argv) if (!testing) { - mkdir("/proc", 0755); if (mount("/proc", "/proc", "proc", 0, NULL)) fatal_error("Unable to mount proc filesystem"); mkdir("/sys", 0755); |