RPI_INSTALL revision 1.1
11.1Sgarbled#	$NetBSD: RPI_INSTALL,v 1.1 2013/03/19 22:16:54 garbled Exp $
21.1Sgarbled#
31.1Sgarbled#	RPI_INSTALL -- RPI kernel with installation-sized
41.1Sgarbled#	ramdisk
51.1Sgarbled#
61.1Sgarbled
71.1Sgarbledinclude "arch/evbarm/conf/RPI"
81.1Sgarbled
91.1Sgarbledoptions 	MEMORY_DISK_HOOKS
101.1Sgarbledoptions 	MEMORY_DISK_IS_ROOT	# Force root on ramdisk
111.1Sgarbledoptions 	MEMORY_DISK_ROOT_SIZE=7300
121.1Sgarbledoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
131.1Sgarbled
141.1Sgarbledoptions BOOTHOWTO=RB_SINGLE
15