Port-sparc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Bloat of install ramdisk?



Hi,

it appears that lately the contents of the sparc ramdisk has
bloated to such an extent that in my local build tree I have
needed to bump the size of the ramdisk image and the
corresponding space in the INSTALL kernel as shown below.


Does anyonw know what caused this rather sudden increase in size
for the ramdisk contents?



Index: distrib/sparc/ramdisk/Makefile
===================================================================
RCS file: /cvsroot/src/distrib/sparc/ramdisk/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- distrib/sparc/ramdisk/Makefile      25 Jun 2008 03:33:06 -0000      1.40
+++ distrib/sparc/ramdisk/Makefile      28 Mar 2009 00:11:45 -0000
@@ -10,7 +10,7 @@
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     1536b
+IMAGESIZE=     1800b
 
 WARNS=         1
 DBG=           -Os
ctd: {68} cvs diff sys/arch/sparc/conf/INSTALL 
Index: sys/arch/sparc/conf/INSTALL
===================================================================
RCS file: /cvsroot/src/sys/arch/sparc/conf/INSTALL,v
retrieving revision 1.67
diff -u -p -r1.67 INSTALL
--- sys/arch/sparc/conf/INSTALL 6 Mar 2009 20:31:52 -0000       1.67
+++ sys/arch/sparc/conf/INSTALL 28 Mar 2009 00:11:52 -0000
@@ -19,7 +19,7 @@ options       MEMORY_DISK_IS_ROOT     # force roo
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
 ## The miniroot size must be kept in sync manually with the size of
 ## the `ramdisk' image (which is built in distrib/sparc/ramdisk).
-options        MEMORY_DISK_ROOT_SIZE=1536      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=1900      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 pseudo-device  md              1       # memory disk device (ramdisk)


Home | Main Index | Thread Index | Old Index