xref: /netbsd-src/sys/arch/rs6000/conf/INSTALL (revision 8bf484fa75fcc1e00f4db03d35ca769a28a1001a)
1#	$NetBSD: INSTALL,v 1.3 2019/02/06 07:51:20 mrg Exp $
2
3include "arch/rs6000/conf/GENERIC"
4
5no options 	INCLUDE_CONFIG_FILE
6
7makeoptions	COPTS="-Os" # Reduce size.
8
9options 	MEMORY_DISK_HOOKS
10options 	MEMORY_DISK_IS_ROOT		# Force root on ram-disk
11options 	MEMORY_DISK_ROOT_SIZE=4352	# 2.125 mb
12options 	MEMORY_DISK_SERVER=0		# don't need for install
13options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
14