Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Ticket #380 and #382.



details:   https://anonhg.NetBSD.org/src/rev/f3c5cbf2c8a1
branches:  netbsd-9
changeset: 460556:f3c5cbf2c8a1
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Oct 28 02:58:09 2019 +0000

description:
Ticket #380 and #382.

diffstat:

 doc/CHANGES-9.0 |  21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 5b4e1a27d69d -r f3c5cbf2c8a1 doc/CHANGES-9.0
--- a/doc/CHANGES-9.0   Mon Oct 28 02:53:17 2019 +0000
+++ b/doc/CHANGES-9.0   Mon Oct 28 02:58:09 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.87 2019/10/25 16:02:11 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.88 2019/10/28 02:58:09 msaitoh Exp $
 
 A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
 until the 9.0 release:
@@ -5287,3 +5287,22 @@
        BEAGLE* kernel expects NetBSD bootargs (command line, no FDT).
        [mlelstv, ticket #381]
 
+usr.sbin/sysinst/part_edit.c                   1.8
+
+       When we fail to setup for "all of the disk for NetBSD" report failure,
+       instead of silently aborting the install.
+       [martin, ticket #380]
+
+usr.sbin/sysinst/bsddisklabel.c                        1.29
+usr.sbin/sysinst/disks.c                       1.54
+usr.sbin/sysinst/part_edit.c                   1.9-1.10
+usr.sbin/sysinst/partitions.c                  1.3-1.4
+usr.sbin/sysinst/partitions.h                  1.7
+
+       - Honor the "no_mbr" flag (used especially for raid and xbd devices).
+       - On device where we do not want a MBR (raid, xbd) skip the MBR
+         partitioning scheme when trying to read partitions from disk.
+         The generic reader will fall back to disklabel then.
+       - In non-MBR specific files, #ifdef all tests for MBR for architectures
+         that do not even compile in MBR support.
+       [martin, ticket #382]



Home | Main Index | Thread Index | Old Index