Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/07/2003 03:26:13
Module Name: src
Committed By: thorpej
Date: Fri Mar 7 01:26:13 UTC 2003
Modified Files:
src/sys/conf: Makefile.kern.inc
src/sys/dev: md_root.c
Log Message:
Allow a memory disk image to be statically included in the kernel
to be specified in the kernel configuration file, like so:
makeoptions MEMORY_DISK_IMAGE="/path/to/image.fs"
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/conf/Makefile.kern.inc
cvs rdiff -r1.8 -r1.9 src/sys/dev/md_root.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.