INSTALL revision 1.25
11.25Sjym# $NetBSD: INSTALL,v 1.25 2009/02/06 18:50:28 jym Exp $ 21.17Smartin# 31.17Smartin# NOTE: this file only needs *additional* things for the install 41.17Smartin# kernel, that are not already included in GENERIC32! 51.17Smartin# See the include below... 61.1Seeh 71.20Stsutsuiinclude "arch/sparc64/conf/GENERIC" 81.1Seeh 91.25Sjym#ident "INSTALL-$Revision: 1.25 $" 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.9Slukemoptions MEMORY_DISK_ROOT_SIZE=10240 # size of memory disk, in blocks 251.25Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 261.25Sjym 27