mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
UPDATING: Show plural syntax for PORTS_MODULES
Show two examples in PORTS_MODULES to demonstrate space separation. This also shows off our working PRIME dual-gpu support. Switching to this doubled my laptop's battery life! MFC after: 3 days Reviewed by: mhorne Approved by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D48342 (cherry picked from commit dcef6ce862cd19b3496486469cc631bb1b71fcbf)
This commit is contained in:
parent
a3dfa53bbf
commit
8d75a78b4d
1 changed files with 1 additions and 1 deletions
2
UPDATING
2
UPDATING
|
|
@ -2032,7 +2032,7 @@ FOOTNOTES:
|
|||
happens automatically. If all your modules come from ports, then adding
|
||||
the port origin directories to PORTS_MODULES instead is also automatic
|
||||
and effective, eg:
|
||||
PORTS_MODULES+=x11/nvidia-driver
|
||||
PORTS_MODULES+=graphics/drm-kmod graphics/nvidia-drm-kmod
|
||||
|
||||
[3] From the bootblocks, boot -s, and then do
|
||||
fsck -p
|
||||
|
|
|
|||
Loading…
Reference in a new issue