Module Name: src
Committed By: martin
Date: Tue Jun 25 09:07:14 UTC 2024
Modified Files:
src/distrib/common/bootimage: Makefile.bootimage
Log Message:
Short the root wedge name to NBImgRoot (to get NAME=NBImgRoot below 16 chars
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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.39 src/distrib/common/bootimage/Makefile.bootimage:1.40
--- src/distrib/common/bootimage/Makefile.bootimage:1.39 Tue Jun 25 08:59:52 2024
+++ src/distrib/common/bootimage/Makefile.bootimage Tue Jun 25 09:07:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootimage,v 1.39 2024/06/25 08:59:52 martin Exp $
+# $NetBSD: Makefile.bootimage,v 1.40 2024/06/25 09:07:14 martin Exp $
#
# Copyright (c) 2009, 2010, 2011 Izumi Tsutsui. All rights reserved.
#
@@ -548,7 +548,7 @@ ${WORKMBR}:
${DD} if=/dev/zero of=${WORKMBR} seek=$$((${IMAGESECTORS} - 1)) count=1
${TOOL_GPT} ${GPT_TIMESTAMP} ${WORKMBR} create
${TOOL_GPT} ${GPT_TIMESTAMP} ${WORKMBR} add -a 1m -s ${EFISECTORS} -t efi -l "EFI system"
- ${TOOL_GPT} ${GPT_TIMESTAMP} ${WORKMBR} add -a 1m -s ${FSSECTORS} -t ffs -l "NetBSD_ImageRoot"
+ ${TOOL_GPT} ${GPT_TIMESTAMP} ${WORKMBR} add -a 1m -s ${FSSECTORS} -t ffs -l "NBImgRoot"
. if ${SWAPSECTORS} != 0
${TOOL_GPT} ${GPT_TIMESTAMP} ${WORKMBR} add -a 1m -s ${SWAPSECTORS} -t swap
. endif