wildcard root spec, or MEMORY_DIS_IS_ROOT won't work right
This commit is contained in:
parent
3a7a276df9
commit
8375a442f7
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SHARKINST,v 1.2 1999/06/26 07:29:18 cgd Exp $
|
||||
# $NetBSD: SHARKINST,v 1.3 1999/06/26 23:17:04 cgd Exp $
|
||||
# From: NetBSD: SHARK,v 1.23 1999/06/26 06:56:26 cgd Exp
|
||||
#
|
||||
# SHARK Install Kernel
|
||||
|
@ -133,7 +133,7 @@ options DDB # in-kernel debugger
|
|||
#options KERNEL_DEBUG # compile in kernel debuging capability
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
|
||||
config netbsd root on md0a type ffs # root on miniroot
|
||||
config netbsd root on ? type ffs # root on miniroot
|
||||
|
||||
# The main bus device
|
||||
mainbus0 at root
|
||||
|
|
Loading…
Reference in New Issue