Module Name:    src
Committed By:   martin
Date:           Fri Jan 17 11:59:23 UTC 2025

Modified Files:
        src/distrib/sparc64/instfs: Makefile
        src/sys/arch/sparc64/conf: INSTALL

Log Message:
PR 59001: bump ramdisk images size slightly for clang builds


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/sparc64/instfs/Makefile
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/sparc64/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sparc64/instfs/Makefile
diff -u src/distrib/sparc64/instfs/Makefile:1.17 src/distrib/sparc64/instfs/Makefile:1.18
--- src/distrib/sparc64/instfs/Makefile:1.17	Thu Jan  9 19:09:47 2025
+++ src/distrib/sparc64/instfs/Makefile	Fri Jan 17 11:59:22 2025
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17 2025/01/09 19:09:47 martin Exp $
+#	$NetBSD: Makefile,v 1.18 2025/01/17 11:59:22 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -7,7 +7,7 @@
 
 .include "${.CURDIR}/../instfs/Makefile.instfs"
 IMAGE=			install.fs
-IMAGESIZE=		11m
+IMAGESIZE=		12m
 
 IMAGETAR=		instfs.tgz
 IMAGETAR_RELEASEDIR=	installation/misc

Index: src/sys/arch/sparc64/conf/INSTALL
diff -u src/sys/arch/sparc64/conf/INSTALL:1.32 src/sys/arch/sparc64/conf/INSTALL:1.33
--- src/sys/arch/sparc64/conf/INSTALL:1.32	Thu Jan  9 19:28:33 2025
+++ src/sys/arch/sparc64/conf/INSTALL	Fri Jan 17 11:59:22 2025
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.32 2025/01/09 19:28:33 martin Exp $
+#	$NetBSD: INSTALL,v 1.33 2025/01/17 11:59:22 martin Exp $
 #
 #	NOTE: this file only needs *additional* things for the install
 #	kernel, that are not already included in GENERIC!
@@ -6,7 +6,7 @@
 
 include 	"arch/sparc64/conf/GENERIC"
 
-#ident		"INSTALL-$Revision: 1.32 $"
+#ident		"INSTALL-$Revision: 1.33 $"
 
 makeoptions	COPTS="-Os -Wno-uninitialized"
 
@@ -22,7 +22,7 @@ options 	MEMORY_DISK_SERVER=0	# no users
 ## The miniroot size must be kept in sync manually with the size of
 ## the `miniroot' image, which is built in distrib/sparc64/miniroot.
 ## This value comes from distrib/sparc64/instfs/Makefile
-## and is calculated like: expr 11 \* 1024 \* 2
-## since IMAGESIZE=11
-options 	MEMORY_DISK_ROOT_SIZE=22528	# size of memory disk, in 512 byte blocks
+## and is calculated like: expr 12 \* 1024 \* 2
+## since IMAGESIZE=12
+options 	MEMORY_DISK_ROOT_SIZE=24576	# size of memory disk, in 512 byte blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode

Reply via email to