Does sysfs procfs devtmpfs mounted by kernel?
04:24 16 Dec 2015

I'm looking into systemd.

I thought systemd would mount sysfs(/sys), procfs(/proc), devtmpfs(/dev) during booting after kernel initialization.

But my systemd debugging log show that systemd doesn't mount such file systems.(it only mounts cgroups, securityfs, etc...)

By when, and whom does such file system is mounted? Does kernel mount sys, proc, dev?

kernel boot systemd