Correct the syntax of ROOTDEVNAME and describe it somewhat better.

This commit is contained in:
Mike Smith 2000-05-19 20:46:28 +00:00
parent 77b678ab6c
commit 8b140d57f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60722
3 changed files with 24 additions and 9 deletions

View File

@ -84,6 +84,14 @@ options PQ_LARGECACHE # color for 512k/16k cache
#
options INCLUDE_CONFIG_FILE # Include this file in kernel
#
# The root device and filesystem type can be compiled in;
# this provides a fallback option if the root device cannot
# be correctly guesst by the bootstrap code, or an override if
# the RB_DFLTROOT flag (-r) is specified when booting the kernel.
#
options ROOTDEVNAME=\"ufs:da0s2e\"
#####################################################################
# SMP OPTIONS:
@ -346,9 +354,6 @@ options UCONSOLE
options USERCONFIG #boot -c editor
options INTRO_USERCONFIG #imply -c and show intro screen
options VISUAL_USERCONFIG #visual boot -c editor
# XXX - neither does this
options ROOTDEVNAME=\"da0s2e\"
#####################################################################
# NETWORKING OPTIONS

View File

@ -84,6 +84,14 @@ options PQ_LARGECACHE # color for 512k/16k cache
#
options INCLUDE_CONFIG_FILE # Include this file in kernel
#
# The root device and filesystem type can be compiled in;
# this provides a fallback option if the root device cannot
# be correctly guesst by the bootstrap code, or an override if
# the RB_DFLTROOT flag (-r) is specified when booting the kernel.
#
options ROOTDEVNAME=\"ufs:da0s2e\"
#####################################################################
# SMP OPTIONS:
@ -346,9 +354,6 @@ options UCONSOLE
options USERCONFIG #boot -c editor
options INTRO_USERCONFIG #imply -c and show intro screen
options VISUAL_USERCONFIG #visual boot -c editor
# XXX - neither does this
options ROOTDEVNAME=\"da0s2e\"
#####################################################################
# NETWORKING OPTIONS

View File

@ -84,6 +84,14 @@ options PQ_LARGECACHE # color for 512k/16k cache
#
options INCLUDE_CONFIG_FILE # Include this file in kernel
#
# The root device and filesystem type can be compiled in;
# this provides a fallback option if the root device cannot
# be correctly guesst by the bootstrap code, or an override if
# the RB_DFLTROOT flag (-r) is specified when booting the kernel.
#
options ROOTDEVNAME=\"ufs:da0s2e\"
#####################################################################
# SMP OPTIONS:
@ -346,9 +354,6 @@ options UCONSOLE
options USERCONFIG #boot -c editor
options INTRO_USERCONFIG #imply -c and show intro screen
options VISUAL_USERCONFIG #visual boot -c editor
# XXX - neither does this
options ROOTDEVNAME=\"da0s2e\"
#####################################################################
# NETWORKING OPTIONS