Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/conf Allow automatic insertion of ramdisk i...



details:   https://anonhg.NetBSD.org/src/rev/19914bad7529
branches:  trunk
changeset: 338309:19914bad7529
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 18 01:53:21 2015 +0000

description:
Allow automatic insertion of ramdisk image.

diffstat:

 sys/arch/evbmips/conf/INSTALL_ERLITE |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r c77bbcea33dd -r 19914bad7529 sys/arch/evbmips/conf/INSTALL_ERLITE
--- a/sys/arch/evbmips/conf/INSTALL_ERLITE      Mon May 18 01:32:52 2015 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_ERLITE      Mon May 18 01:53:21 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: INSTALL_ERLITE,v 1.1 2015/05/01 20:15:43 matt Exp $
+# $NetBSD: INSTALL_ERLITE,v 1.2 2015/05/18 01:53:21 matt Exp $
 
 include                "arch/evbmips/conf/ERLITE"
 
-#ident                 "INSTALL_ERLITE-$Revision: 1.1 $"
+#ident                 "INSTALL_ERLITE-$Revision: 1.2 $"
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
@@ -12,3 +12,5 @@
 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
+
+makeoptions    NEED_MDSETIMAGE="yes"



Home | Main Index | Thread Index | Old Index