diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-08-08 14:49:00 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-08-08 14:49:00 -0500 |
commit | 6a337ff6c531d9d7310253b67b3e95d1ce5d214c (patch) | |
tree | 8183666101002be7d56d91fb1666e303a732cb1b /conf.d | |
parent | 647e08eb9166d23d0c64f0c8767d93a06bd21a40 (diff) |
devfs: several small clarifications
- Rename the static_dev switch in conf.d/devfs to skip_mount_dev since
this is a better description of what the switch does.
- Clarify the error messages in the devfs service script based on the
new name of the switch.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/devfs | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/conf.d/devfs b/conf.d/devfs index 92a8a99d..51f80370 100644 --- a/conf.d/devfs +++ b/conf.d/devfs @@ -1,2 +1,8 @@ -# Set this to yes if your /dev is not a devtmpfs or tmpfs. -# static_dev="NO" +# OpenRC will attempt each of the following in succession to mount /dev. +# +# 1. If there is an entry for /dev in fstab, it will be used. +# 2. If devtmpfs is defined in the kernel, it will be used. +# 3. If tmpfs is defined in the kernel, it will be used. +# +# Set this to yes if you do not want OpenRC to attempt to mount /dev. +# skip_mount_dev="NO" |