diff options
author | Roy Marples <roy@marples.name> | 2007-11-01 12:08:27 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-01 12:08:27 +0000 |
commit | c3690f2d1be67b032a29aa9b4aedf64558e040f9 (patch) | |
tree | 170809b4f77164a5def140bb0a90d3e643a80b80 | |
parent | cef90a05a7eec449d023dd1301da2c966e2b5000 (diff) |
Document mdev
-rw-r--r-- | conf.d.Linux/rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d.Linux/rc b/conf.d.Linux/rc index 9052ee5f..862f78ef 100644 --- a/conf.d.Linux/rc +++ b/conf.d.Linux/rc @@ -18,6 +18,7 @@ RC_DOWN_HARDDISK="yes" # Use this variable to control the /dev management behavior. # auto - let the scripts figure out what's best at boot # devfs - use devfs (requires sys-fs/devfsd) +# mdev - use mdev (requires sys-apps/busybox) # udev - use udev (requires sys-fs/udev) # static - let the user manage /dev (YOU need to create ALL device nodes) RC_DEVICES="auto" |