diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-02 15:23:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-02 15:23:49 +0000 |
commit | bc986eec206a558554db5a2a8e538d89ca896acd (patch) | |
tree | b2fc7204d98cb37cdd66c3eef544a69bd3b9afbe /main/linux-vserver/kernelconfig.x86 | |
parent | 1a7dacd2b946f0fce327179a2eec84c4aaeb60d3 (diff) | |
download | aports-bc986eec206a558554db5a2a8e538d89ca896acd.tar.bz2 aports-bc986eec206a558554db5a2a8e538d89ca896acd.tar.xz |
main/linux-vserver: enable devtmpfs
udev-176 and newer needs it
Diffstat (limited to 'main/linux-vserver/kernelconfig.x86')
-rw-r--r-- | main/linux-vserver/kernelconfig.x86 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/linux-vserver/kernelconfig.x86 b/main/linux-vserver/kernelconfig.x86 index 9d98f8e6f4..a8cc9030de 100644 --- a/main/linux-vserver/kernelconfig.x86 +++ b/main/linux-vserver/kernelconfig.x86 @@ -1243,7 +1243,8 @@ CONFIG_CEPH_LIB=m # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" -# CONFIG_DEVTMPFS is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_STANDALONE=y # CONFIG_PREVENT_FIRMWARE_BUILD is not set CONFIG_FW_LOADER=m |