MINIROOT_SIZE -> MINIROOTSIZE
Wildcard root device so that faked md device (MEMORY_DISK_IS_ROOT) will be selected
This commit is contained in:
parent
4245860a87
commit
f5220ac842
@ -97,7 +97,7 @@ options COMPAT_12 # NetBSD 1.2 compatibility.
|
||||
|
||||
options MEMORY_DISK_HOOKS # boottime setup of ramdisk
|
||||
#options MEMORY_DISK_SIZE=0 # Size in blocks
|
||||
options MINIROOT_SIZE=4608 # Size in blocks
|
||||
options MINIROOTSIZE=4608 # Size in blocks
|
||||
options MEMORY_DISK_IS_ROOT # use memory disk as root
|
||||
|
||||
# Miscellaneous kernel options
|
||||
@ -117,7 +117,7 @@ options DIAGNOSTIC # internally consistency checks
|
||||
options DDB # in-kernel debugger
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
|
||||
config netbsd root on md0 type ffs
|
||||
config netbsd root on ? type ffs
|
||||
#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
|
||||
|
||||
# The main bus device
|
||||
|
Loading…
Reference in New Issue
Block a user