mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
14 lines
411 B
Plaintext
14 lines
411 B
Plaintext
# $NetBSD: INSTALL,v 1.1 2009/04/30 12:47:40 tsutsui Exp $
|
|
|
|
include "arch/rs6000/conf/GENERIC"
|
|
|
|
no options INCLUDE_CONFIG_FILE
|
|
|
|
makeoptions COPTS="-Os -mmultiple"
|
|
|
|
options MEMORY_DISK_HOOKS
|
|
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
|
options MEMORY_DISK_ROOT_SIZE=4096 # 2mb
|
|
options MEMORY_DISK_SERVER=0 # don't need for install
|
|
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|