Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst/arch/evbmips evbmips can "boot root FFSv2"



details:   https://anonhg.NetBSD.org/src/rev/45d2f88a4ac4
branches:  trunk
changeset: 355684:45d2f88a4ac4
user:      maya <maya%NetBSD.org@localhost>
date:      Wed Aug 09 23:01:06 2017 +0000

description:
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.

diffstat:

 usr.sbin/sysinst/arch/evbmips/md.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 84ea31807faf -r 45d2f88a4ac4 usr.sbin/sysinst/arch/evbmips/md.h
--- a/usr.sbin/sysinst/arch/evbmips/md.h        Wed Aug 09 19:18:59 2017 +0000
+++ b/usr.sbin/sysinst/arch/evbmips/md.h        Wed Aug 09 23:01:06 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index