Module Name:    src
Committed By:   tsutsui
Date:           Sat Jun 11 16:38:51 UTC 2022

Modified Files:
        src/usr.sbin/sysinst/arch/ews4800mips: md.h

Log Message:
Add explicit PART_BOOT_MOUNT for ews4800mips.

XXX: FS_SYSVBFS stuff for the MD boot partition is untested.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sysinst/arch/ews4800mips/md.h

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/ews4800mips/md.h
diff -u src/usr.sbin/sysinst/arch/ews4800mips/md.h:1.4 src/usr.sbin/sysinst/arch/ews4800mips/md.h:1.5
--- src/usr.sbin/sysinst/arch/ews4800mips/md.h:1.4	Wed Aug  7 10:08:04 2019
+++ src/usr.sbin/sysinst/arch/ews4800mips/md.h	Sat Jun 11 16:38:51 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: md.h,v 1.4 2019/08/07 10:08:04 martin Exp $	*/
+/*	$NetBSD: md.h,v 1.5 2022/06/11 16:38:51 tsutsui Exp $	*/
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -40,6 +40,7 @@
 
 #define	PART_BOOT	(8*MEG)
 #define	PART_BOOT_TYPE	FS_SYSVBFS
+#define	PART_BOOT_MOUNT	"/boot"
 
 #define	DEFROOTSIZE	200	/* Default root size */
 #define	XNEEDMB		250	/* Extra megs for full X installation */

Reply via email to