Module Name: src
Committed By: kim
Date: Tue Nov 24 07:46:46 UTC 2020
Modified Files:
src/share/man/man5: boot.cfg.5
Log Message:
Add a comment to clarify the selected drivers to disable in the example
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/share/man/man5/boot.cfg.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man5/boot.cfg.5
diff -u src/share/man/man5/boot.cfg.5:1.30 src/share/man/man5/boot.cfg.5:1.31
--- src/share/man/man5/boot.cfg.5:1.30 Sat Nov 21 12:26:41 2020
+++ src/share/man/man5/boot.cfg.5 Tue Nov 24 07:46:46 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot.cfg.5,v 1.30 2020/11/21 12:26:41 wiz Exp $
+.\" $NetBSD: boot.cfg.5,v 1.31 2020/11/24 07:46:46 kim Exp $
.\"
.\" Copyright (c) 2007 Stephen Borrill
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd November 21, 2020
+.Dd November 24, 2020
.Dt BOOT.CFG 5
.Os
.Sh NAME
@@ -188,6 +188,7 @@ menu=Go to command line (advanced users
clear=1
timeout=-1
default=1
+# Disable Direct Rendering Manager (DRM) drivers
userconf=disable i915drmkms*
userconf=disable nouveau*
userconf=disable radeon*