aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2015-08-15 16:09:26 -0400
committerRichard Yao <ryao@gentoo.org>2015-08-25 18:16:52 -0400
commit876782989c5bc190ecc37faad40b2c2adc544c12 (patch)
treed6b87fd6e3cd588ac04241295646b156adc80a1d /defaults
parentPrefer /boot/grub/grub.cfg (diff)
downloadgenkernel-876782989c5bc190ecc37faad40b2c2adc544c12.tar.gz
genkernel-876782989c5bc190ecc37faad40b2c2adc544c12.tar.bz2
genkernel-876782989c5bc190ecc37faad40b2c2adc544c12.zip
Implement partial mdev support for by-id
This only supports making ata-* and virtio-* symbolic links. Support for other types of symbolic links is missing. Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'defaults')
-rw-r--r--defaults/busy-config6
1 files changed, 3 insertions, 3 deletions
diff --git a/defaults/busy-config b/defaults/busy-config
index aed797e..0a0e1bc 100644
--- a/defaults/busy-config
+++ b/defaults/busy-config
@@ -562,10 +562,10 @@ CONFIG_LOSETUP=y
CONFIG_LSPCI=y
CONFIG_LSUSB=y
CONFIG_MDEV=y
-# CONFIG_FEATURE_MDEV_CONF is not set
-# CONFIG_FEATURE_MDEV_RENAME is not set
+CONFIG_FEATURE_MDEV_CONF=y
+CONFIG_FEATURE_MDEV_RENAME=y
# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set
-# CONFIG_FEATURE_MDEV_EXEC is not set
+CONFIG_FEATURE_MDEV_EXEC=y
CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y
CONFIG_MDSTART=y
# CONFIG_MKSWAP is not set