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/ews4800mips Add explicit PART_BOOT_MOU...



details:   https://anonhg.NetBSD.org/src/rev/a54788f35e7c
branches:  trunk
changeset: 366738:a54788f35e7c
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jun 11 16:38:51 2022 +0000

description:
Add explicit PART_BOOT_MOUNT for ews4800mips.

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

diffstat:

 usr.sbin/sysinst/arch/ews4800mips/md.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5997a6f829d1 -r a54788f35e7c usr.sbin/sysinst/arch/ews4800mips/md.h
--- a/usr.sbin/sysinst/arch/ews4800mips/md.h    Sat Jun 11 16:25:23 2022 +0000
+++ b/usr.sbin/sysinst/arch/ews4800mips/md.h    Sat Jun 11 16:38:51 2022 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index