3e0afb42a3
bump the instfs size to 9MB.
27 lines
877 B
Plaintext
27 lines
877 B
Plaintext
# $NetBSD: INSTALL,v 1.28 2011/07/10 08:51:24 mrg Exp $
|
|
#
|
|
# NOTE: this file only needs *additional* things for the install
|
|
# kernel, that are not already included in GENERIC!
|
|
# See the include below...
|
|
|
|
include "arch/sparc64/conf/GENERIC"
|
|
|
|
#ident "INSTALL-$Revision: 1.28 $"
|
|
|
|
makeoptions COPTS="-Os"
|
|
|
|
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
|
|
#MEMORY DISK ROOT options:
|
|
|
|
|
|
# Enable the hooks used for initializing the root memory-disk.
|
|
options MEMORY_DISK_HOOKS
|
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
|
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
|
## The miniroot size must be kept in sync manually with the size of
|
|
## the `miniroot' image (which is built in distrib/sparc64/miniroot).
|
|
options MEMORY_DISK_ROOT_SIZE=18432 # size of memory disk, in blocks
|
|
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
|
|