Module Name: src
Committed By: tsutsui
Date: Wed Jun 10 16:26:33 UTC 2020
Modified Files:
src/usr.sbin/sysinst/arch/cobalt: md.h
Log Message:
Change mountpoint of boot ext2fs from /stand to /ext2 to avoid conflict.
Should be pulled up to netbsd-9, with fixes of PR/55060.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/arch/cobalt/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/cobalt/md.h
diff -u src/usr.sbin/sysinst/arch/cobalt/md.h:1.5 src/usr.sbin/sysinst/arch/cobalt/md.h:1.6
--- src/usr.sbin/sysinst/arch/cobalt/md.h:1.5 Wed Dec 11 19:23:38 2019
+++ src/usr.sbin/sysinst/arch/cobalt/md.h Wed Jun 10 16:26:33 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.5 2019/12/11 19:23:38 martin Exp $ */
+/* $NetBSD: md.h,v 1.6 2020/06/10 16:26:33 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -49,7 +49,7 @@
#define PART_BOOT_MIN (1 * 1024 * 1024) /* 1MB minimum */
#define PART_BOOT_TYPE FS_EX2FS
#define PART_BOOT_SUBT 1 /* use "old" ext2 */
-#define PART_BOOT_MOUNT "/stand"
+#define PART_BOOT_MOUNT "/ext2"
/* default partition size */
#define DEFSWAPRAM 32 /* Assume at least this RAM for swap calc */