Component Type: kbuild config
Description: Automount devtmpfs at /dev, after the kernel mounted the rootfs
More info: This will instruct the kernel to automatically mount the devtmpfs filesystem at /dev, directly after the kernel has mounted the root filesystem. The behavior can be overridden with the commandline parameter: devtmpfs.mount=0|1. This option does not affect initramfs based booting, here the devtmpfs filesystem always needs to be mounted manually after the rootfs is mounted. With this option enabled, it allows to bring up a system in rescue mode with init=/bin/sh, even when the /dev directory on the rootfs is completely empty.
Build project: Kconfig (Linux kconfig) (Path: drivers\base\Kconfig )
Other views: file explorer