From 6a337ff6c531d9d7310253b67b3e95d1ce5d214c Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 8 Aug 2014 14:49:00 -0500 Subject: 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. --- conf.d/devfs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'conf.d/devfs') 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" -- cgit v1.2.3