Module Name:    src
Committed By:   maya
Date:           Wed Aug  9 23:01:06 UTC 2017

Modified Files:
        src/usr.sbin/sysinst/arch/evbmips: md.h

Log Message:
evbmips can "boot root FFSv2"

It typically uses a non-NetBSD bootloader (PMON, u-boot...) and those
don't differentiate from v1 from v2 - both are unsupported and it requires
a separate boot partition.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sysinst/arch/evbmips/md.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/arch/evbmips/md.h
diff -u src/usr.sbin/sysinst/arch/evbmips/md.h:1.1 src/usr.sbin/sysinst/arch/evbmips/md.h:1.2
--- src/usr.sbin/sysinst/arch/evbmips/md.h:1.1	Sat Jul 26 19:30:45 2014
+++ src/usr.sbin/sysinst/arch/evbmips/md.h	Wed Aug  9 23:01:06 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.1 2014/07/26 19:30:45 dholland Exp $ */
+/* $NetBSD: md.h,v 1.2 2017/08/09 23:01:06 maya Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -42,6 +42,9 @@
 /* Megs required for a full X installation. */
 #define XNEEDMB			50
 
+/* have support for booting from UFS2 */
+#define HAVE_UFS2_BOOT
+
 /*
  *  Default filesets to fetch and install during installation or upgrade.
  *  The standard sets are: base etc comp games man misc tests text

Reply via email to