Add INCLUDE_CONFIG_FILE, and a note in comments about how to also
include the comments with CONFIGARGS
This commit is contained in:
parent
3afa8e569e
commit
f1bdf073c1
@ -21,3 +21,9 @@ options GEOM_PART_EBR
|
||||
options GEOM_PART_EBR_COMPAT
|
||||
options GEOM_PART_MBR
|
||||
|
||||
# Store the plain version of the configuration file in the kernel itself.
|
||||
# To store the entire file, including comments, put this in /etc/src.conf:
|
||||
# CONFIGARGS= -C
|
||||
# See config(8) for more details.
|
||||
#
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
@ -9,3 +9,10 @@ device mem
|
||||
|
||||
options GEOM_PART_BSD
|
||||
options GEOM_PART_MBR
|
||||
|
||||
# Store the plain version of the configuration file in the kernel itself.
|
||||
# To store the entire file, including comments, put this in /etc/src.conf:
|
||||
# CONFIGARGS= -C
|
||||
# See config(8) for more details.
|
||||
#
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
@ -28,3 +28,10 @@ options GEOM_PART_MBR
|
||||
# enable support for native hardware
|
||||
options NATIVE
|
||||
device atpic
|
||||
|
||||
# Store the plain version of the configuration file in the kernel itself.
|
||||
# To store the entire file, including comments, put this in /etc/src.conf:
|
||||
# CONFIGARGS= -C
|
||||
# See config(8) for more details.
|
||||
#
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
@ -17,3 +17,10 @@ device uart_ns8250
|
||||
options GEOM_PART_BSD
|
||||
options GEOM_PART_GPT
|
||||
options GEOM_PART_MBR
|
||||
|
||||
# Store the plain version of the configuration file in the kernel itself.
|
||||
# To store the entire file, including comments, put this in /etc/src.conf:
|
||||
# CONFIGARGS= -C
|
||||
# See config(8) for more details.
|
||||
#
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
@ -11,3 +11,10 @@ device uart_ns8250
|
||||
|
||||
options GEOM_PART_BSD
|
||||
options GEOM_PART_MBR
|
||||
|
||||
# Store the plain version of the configuration file in the kernel itself.
|
||||
# To store the entire file, including comments, put this in /etc/src.conf:
|
||||
# CONFIGARGS= -C
|
||||
# See config(8) for more details.
|
||||
#
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
@ -24,3 +24,10 @@ device uart_ns8250
|
||||
# Default partitioning schemes
|
||||
options GEOM_PART_BSD
|
||||
options GEOM_PART_PC98
|
||||
|
||||
# Store the plain version of the configuration file in the kernel itself.
|
||||
# To store the entire file, including comments, put this in /etc/src.conf:
|
||||
# CONFIGARGS= -C
|
||||
# See config(8) for more details.
|
||||
#
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
@ -14,3 +14,10 @@ device uart_z8530
|
||||
|
||||
options GEOM_PART_APM
|
||||
options GEOM_PART_MBR
|
||||
|
||||
# Store the plain version of the configuration file in the kernel itself.
|
||||
# To store the entire file, including comments, put this in /etc/src.conf:
|
||||
# CONFIGARGS= -C
|
||||
# See config(8) for more details.
|
||||
#
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
@ -19,3 +19,10 @@ options GEOM_PART_VTOC8
|
||||
|
||||
# Let sunkbd emulate an AT keyboard by default.
|
||||
options SUNKBD_EMULATE_ATKBD
|
||||
|
||||
# Store the plain version of the configuration file in the kernel itself.
|
||||
# To store the entire file, including comments, put this in /etc/src.conf:
|
||||
# CONFIGARGS= -C
|
||||
# See config(8) for more details.
|
||||
#
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
@ -11,3 +11,10 @@ device mem # Memory and kernel memory devices
|
||||
# Default partitioning schemes
|
||||
options GEOM_PART_BSD
|
||||
options GEOM_PART_VTOC8
|
||||
|
||||
# Store the plain version of the configuration file in the kernel itself.
|
||||
# To store the entire file, including comments, put this in /etc/src.conf:
|
||||
# CONFIGARGS= -C
|
||||
# See config(8) for more details.
|
||||
#
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
Loading…
Reference in New Issue
Block a user