Module Name: src Committed By: tsutsui Date: Fri Jan 10 18:11:56 UTC 2025
Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Remove "(untested)" comment from INSTALLBOOT_AFTER_DISKLABEL. Also note vax requires it. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/distrib/common/bootimage/Makefile.bootimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/common/bootimage/Makefile.bootimage diff -u src/distrib/common/bootimage/Makefile.bootimage:1.42 src/distrib/common/bootimage/Makefile.bootimage:1.43 --- src/distrib/common/bootimage/Makefile.bootimage:1.42 Tue Dec 31 06:58:00 2024 +++ src/distrib/common/bootimage/Makefile.bootimage Fri Jan 10 18:11:56 2025 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.bootimage,v 1.42 2024/12/31 06:58:00 jmmv Exp $ +# $NetBSD: Makefile.bootimage,v 1.43 2025/01/10 18:11:56 tsutsui Exp $ # # Copyright (c) 2009, 2010, 2011 Izumi Tsutsui. All rights reserved. # @@ -54,9 +54,9 @@ # USE_SUNLABEL # set yes if target disk image requires Sun's label # (default: no) -# INSTALLBOOT_AFTER_DISKLABEL (untested) +# INSTALLBOOT_AFTER_DISKLABEL # set yes if the target ${MACHINE} requires disklabel -# to run installboot(8), like hp300 +# to run installboot(8), like hp300 and vax # (default: empty) # IMAGEMB # target image size in MB