Module Name:    src
Committed By:   he
Date:           Tue Oct 10 16:23:56 UTC 2023

Modified Files:
        src/sys/arch/evbmips/conf: INSTALL_CI20

Log Message:
INSTALL_CI20: bump ramdisk image size since contents grew a bit recently.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/conf/INSTALL_CI20

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

Modified files:

Index: src/sys/arch/evbmips/conf/INSTALL_CI20
diff -u src/sys/arch/evbmips/conf/INSTALL_CI20:1.2 src/sys/arch/evbmips/conf/INSTALL_CI20:1.3
--- src/sys/arch/evbmips/conf/INSTALL_CI20:1.2	Fri Jun  9 21:33:16 2023
+++ src/sys/arch/evbmips/conf/INSTALL_CI20	Tue Oct 10 16:23:56 2023
@@ -1,8 +1,8 @@
-# $NetBSD: INSTALL_CI20,v 1.2 2023/06/09 21:33:16 gutteridge Exp $
+# $NetBSD: INSTALL_CI20,v 1.3 2023/10/10 16:23:56 he Exp $
 
 include		"arch/evbmips/conf/CI20"
 
-#ident 		"INSTALL_CI20-$Revision: 1.2 $"
+#ident 		"INSTALL_CI20-$Revision: 1.3 $"
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
@@ -11,4 +11,4 @@ pseudo-device	md				# memory disk device
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT		# force root on memory disk
 options 	MEMORY_DISK_SERVER=0		# no userspace memory disk
-options 	MEMORY_DISK_ROOT_SIZE=12288	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=12416	# size of memory disk, in blocks

Reply via email to