Module Name: src
Committed By: msaitoh
Date: Thu Aug 29 06:44:16 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Ticket 123 and 125.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-9.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.30 src/doc/CHANGES-9.0:1.1.2.31
--- src/doc/CHANGES-9.0:1.1.2.30 Tue Aug 27 04:22:08 2019
+++ src/doc/CHANGES-9.0 Thu Aug 29 06:44:16 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.30 2019/08/27 04:22:08 msaitoh Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.31 2019/08/29 06:44:16 msaitoh Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -2237,3 +2237,17 @@ usr.sbin/sysinst/gpt.c 1.11
Fix a bug when installing to pre-exising GPT partitions.
Handle GPT labels with spaces.
[martin, ticket #119]
+
+usr.sbin/sysinst/defs.h 1.44
+usr.sbin/sysinst/upgrade.c 1.13
+usr.sbin/sysinst/util.c 1.32
+
+ Do not offer to upgrade the "current system" if we are running off a CD
+ (i.e. / is mounted read-only)
+ [martin, ticket #123]
+
+usr.sbin/sysinst/mbr.c 1.21
+
+ When requesting no special FS sub type, default to FAT32 with LBA.
+ Fixes one part of PR 54490.
+ [martin, ticket #125]