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 7 include "arch/evbarm/conf/RPI" 8 9 options MEMORY_DISK_HOOKS 10 options MEMORY_DISK_IS_ROOT # Force root on ramdisk 11 options MEMORY_DISK_ROOT_SIZE=7300 12 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 13 14 options BOOTHOWTO=RB_SINGLE 15