Module Name:    src
Committed By:   jakllsch
Date:           Sat Dec 10 16:03:15 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/arch/vax/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/vax/md.h
diff -u src/usr.sbin/sysinst/arch/vax/md.h:1.5 src/usr.sbin/sysinst/arch/vax/md.h:1.6
--- src/usr.sbin/sysinst/arch/vax/md.h:1.5	Thu Jun 16 14:03:39 2022
+++ src/usr.sbin/sysinst/arch/vax/md.h	Sat Dec 10 16:03:15 2022
@@ -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.

Reply via email to