9687a165dd
committed and probably won't be for awhile. This is mostly preliminary waiting for the supervisor specification to come out. Lots of missing pieces but it mostly builds.
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
# $NetBSD: INSTALL.config,v 1.1 2015/03/28 16:13:56 matt Exp $
|
|
#
|
|
# INSTALL -- Common configuration fragment for install kernels.
|
|
#
|
|
|
|
options MEMORY_DISK_HOOKS
|
|
options MEMORY_DISK_IS_ROOT # Force root on ramdisk
|
|
options MEMORY_DISK_ROOT_SIZE=8192
|
|
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
|
|
|
makeoptions NEED_MDSETIMAGE="yes"
|
|
|
|
pseudo-device md
|