Module Name: src Committed By: matt Date: Fri May 1 20:15:43 UTC 2015
Added Files: src/sys/arch/evbmips/conf: INSTALL_ERLITE Log Message: Add INSTALL kernel for ERLITE To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/evbmips/conf/INSTALL_ERLITE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Added files: Index: src/sys/arch/evbmips/conf/INSTALL_ERLITE diff -u /dev/null src/sys/arch/evbmips/conf/INSTALL_ERLITE:1.1 --- /dev/null Fri May 1 20:15:43 2015 +++ src/sys/arch/evbmips/conf/INSTALL_ERLITE Fri May 1 20:15:43 2015 @@ -0,0 +1,14 @@ +# $NetBSD: INSTALL_ERLITE,v 1.1 2015/05/01 20:15:43 matt Exp $ + +include "arch/evbmips/conf/ERLITE" + +#ident "INSTALL_ERLITE-$Revision: 1.1 $" + +# Enable the hooks used for initializing the root memory-disk. +# The ramdisk size must be kept in sync manually with the size of +# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk). +pseudo-device md # memory disk device +options MEMORY_DISK_HOOKS +options MEMORY_DISK_IS_ROOT # force root on memory disk +options MEMORY_DISK_SERVER=0 # no userspace memory disk +options MEMORY_DISK_ROOT_SIZE=12288 # size of memory disk, in blocks