mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
system: default to devtmpfs for /dev
As discussed on the list, devtmpfs is quite a bit nicer default than the old static /dev, so change it. Notice that you NEED to enable CONFIG_DEVTMPFS / CONFIG_DEVTMPFS_MOUNT in the kernel configuration if you manually build a kernel outside buildroot, otherwise the rootfs won't work. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a68a51257e
commit
7f1f9185e7
@ -68,7 +68,7 @@ config BR2_TARGET_GENERIC_PASSWD_METHOD
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "/dev management"
|
prompt "/dev management"
|
||||||
default BR2_ROOTFS_DEVICE_CREATION_STATIC
|
default BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS
|
||||||
|
|
||||||
config BR2_ROOTFS_DEVICE_CREATION_STATIC
|
config BR2_ROOTFS_DEVICE_CREATION_STATIC
|
||||||
bool "Static using device table"
|
bool "Static using device table"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user