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.
This commit is contained in:
10
conf.d/devfs
10
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"
|
||||
|
Reference in New Issue
Block a user