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 Change mountpoint of boot ext2f...
details: https://anonhg.NetBSD.org/src/rev/87bc281a0c57
branches: trunk
changeset: 934375:87bc281a0c57
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Jun 10 16:26:33 2020 +0000
description:
Change mountpoint of boot ext2fs from /stand to /ext2 to avoid conflict.
Should be pulled up to netbsd-9, with fixes of PR/55060.
diffstat:
usr.sbin/sysinst/arch/cobalt/md.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4ec0f7969e1a -r 87bc281a0c57 usr.sbin/sysinst/arch/cobalt/md.h
--- a/usr.sbin/sysinst/arch/cobalt/md.h Wed Jun 10 07:34:19 2020 +0000
+++ b/usr.sbin/sysinst/arch/cobalt/md.h Wed Jun 10 16:26:33 2020 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index