Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEVTMPFS_MOUNT
has multiple definitions:
drivers/base/Kconfig
The configuration item CONFIG_DEVTMPFS_MOUNT:
CONFIG_DEVTMPFS
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.
drivers/base/Kconfig
The configuration item CONFIG_DEVTMPFS_MOUNT:
CONFIG_DEVTMPFS
This will mount devtmpfs at /dev if the kernel mounts the root filesystem. It will not affect initramfs based mounting. If unsure, say N here.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab