Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecfb3664 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 8929c77a: Merge "init: remove mkdir /dev /proc /sys"

* commit '8929c77a':
  init: remove mkdir /dev /proc /sys
parents cd58f488 8929c77a
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -985,10 +985,6 @@ int main(int argc, char** argv) {


    // Get the basic filesystem setup we need put together in the initramdisk
    // Get the basic filesystem setup we need put together in the initramdisk
    // on / and then we'll let the rc file figure out the rest.
    // on / and then we'll let the rc file figure out the rest.
    mkdir("/dev", 0755);
    mkdir("/proc", 0755);
    mkdir("/sys", 0755);

    mount("tmpfs", "/dev", "tmpfs", MS_NOSUID, "mode=0755");
    mount("tmpfs", "/dev", "tmpfs", MS_NOSUID, "mode=0755");
    mkdir("/dev/pts", 0755);
    mkdir("/dev/pts", 0755);
    mkdir("/dev/socket", 0755);
    mkdir("/dev/socket", 0755);