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/cobalt MBR type for Ext2 should be MBR...



details:   https://anonhg.NetBSD.org/src/rev/28e214878793
branches:  trunk
changeset: 934376:28e214878793
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jun 10 16:56:22 2020 +0000

description:
MBR type for Ext2 should be MBR_PTYPE_LNXEXT2, not MBR_PTYPE_FAT12.

diffstat:

 usr.sbin/sysinst/arch/cobalt/md.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 87bc281a0c57 -r 28e214878793 usr.sbin/sysinst/arch/cobalt/md.c
--- a/usr.sbin/sysinst/arch/cobalt/md.c Wed Jun 10 16:26:33 2020 +0000
+++ b/usr.sbin/sysinst/arch/cobalt/md.c Wed Jun 10 16:56:22 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.12 2020/01/27 21:21:22 martin Exp $ */
+/*     $NetBSD: md.c,v 1.13 2020/06/10 16:56:22 tsutsui Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -281,7 +281,7 @@
        struct disk_part_info boot_part = {
                .size = PART_BOOT / 512,
                .fs_type = PART_BOOT_TYPE,
-               .fs_sub_type = MBR_PTYPE_FAT12,
+               .fs_sub_type = MBR_PTYPE_LNXEXT2,
                .last_mounted = PART_BOOT_MOUNT,
        };
 



Home | Main Index | Thread Index | Old Index