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/vax VAX bootxx has had ffsv2 support s...
details: https://anonhg.NetBSD.org/src/rev/54e008305485
branches: trunk
changeset: 372576:54e008305485
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Dec 10 16:03:15 2022 +0000
description:
VAX bootxx has had ffsv2 support since May 2018, allow its use as boot
filesystem in sysinst.
Sucessfully tested in simh-microvax3900 booting from FFSv2ea.
diffstat:
usr.sbin/sysinst/arch/vax/md.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 32fe91e7ee33 -r 54e008305485 usr.sbin/sysinst/arch/vax/md.h
--- a/usr.sbin/sysinst/arch/vax/md.h Sat Dec 10 13:15:00 2022 +0000
+++ b/usr.sbin/sysinst/arch/vax/md.h Sat Dec 10 16:03:15 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.5 2022/06/16 14:03:39 tsutsui Exp $ */
+/* $NetBSD: md.h,v 1.6 2022/12/10 16:03:15 jakllsch Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -53,6 +53,9 @@
#define XNEEDMB 150 /* Extra megs for full X installation */
#define DEBNEEDMB 650 /* Extra megs for debug sets */
+/* have support for booting from UFS2 */
+#define HAVE_UFS2_BOOT
+
/*
* Default filesets to fetch and install during installation
* or upgrade.
Home |
Main Index |
Thread Index |
Old Index