INSTALL revision 1.28
11.28Smrg# 	$NetBSD: INSTALL,v 1.28 2011/07/10 08:51:24 mrg Exp $
21.17Smartin#
31.17Smartin#	NOTE: this file only needs *additional* things for the install
41.27Stsutsui#	kernel, that are not already included in GENERIC!
51.17Smartin#	See the include below...
61.1Seeh
71.20Stsutsuiinclude "arch/sparc64/conf/GENERIC"
81.1Seeh
91.28Smrg#ident 		"INSTALL-$Revision: 1.28 $"
101.18Smartin
111.18Smartinmakeoptions	COPTS="-Os"
121.1Seeh
131.15Snakayamaoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
141.1Seeh
151.1Seeh#MEMORY DISK ROOT options:
161.1Seeh
171.1Seeh
181.1Seeh# Enable the hooks used for initializing the root memory-disk.
191.1Seehoptions 	MEMORY_DISK_HOOKS
201.1Seehoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
211.1Seehoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
221.1Seeh## The miniroot size must be kept in sync manually with the size of
231.1Seeh## the `miniroot' image (which is built in distrib/sparc64/miniroot).
241.28Smrgoptions 	MEMORY_DISK_ROOT_SIZE=18432	# size of memory disk, in blocks
251.25Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
261.25Sjym
27