Module Name:    src
Committed By:   tsutsui
Date:           Wed Jun 10 16:56:22 UTC 2020

Modified Files:
        src/usr.sbin/sysinst/arch/cobalt: md.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/sysinst/arch/cobalt/md.c

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/cobalt/md.c
diff -u src/usr.sbin/sysinst/arch/cobalt/md.c:1.12 src/usr.sbin/sysinst/arch/cobalt/md.c:1.13
--- src/usr.sbin/sysinst/arch/cobalt/md.c:1.12	Mon Jan 27 21:21:22 2020
+++ src/usr.sbin/sysinst/arch/cobalt/md.c	Wed Jun 10 16:56:22 2020
@@ -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 @@ md_parts_use_wholedisk(struct disk_parti
 	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,
 	};
 

Reply via email to