diff options
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" |