1# $NetBSD: RPI_INSTALL,v 1.1 2013/03/19 22:16:54 garbled Exp $ 2# 3# RPI_INSTALL -- RPI kernel with installation-sized 4# ramdisk 5# 6 7include "arch/evbarm/conf/RPI" 8 9options MEMORY_DISK_HOOKS 10options MEMORY_DISK_IS_ROOT # Force root on ramdisk 11options MEMORY_DISK_ROOT_SIZE=7300 12options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 13 14options BOOTHOWTO=RB_SINGLE 15