Source-Changes-HG archive

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

[src/trunk]: src LLVM sshramdisk needs 8.9MB, so bump again.



details:   https://anonhg.NetBSD.org/src/rev/e0064215c919
branches:  trunk
changeset: 801719:e0064215c919
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Aug 14 18:38:29 2014 +0000

description:
LLVM sshramdisk needs 8.9MB, so bump again.

diffstat:

 distrib/evbarm/instkernel/sshramdisk/Makefile |  4 ++--
 sys/arch/evbarm/conf/RPI_INSTALL              |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r a068b93ba142 -r e0064215c919 distrib/evbarm/instkernel/sshramdisk/Makefile
--- a/distrib/evbarm/instkernel/sshramdisk/Makefile     Thu Aug 14 17:29:30 2014 +0000
+++ b/distrib/evbarm/instkernel/sshramdisk/Makefile     Thu Aug 14 18:38:29 2014 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.4 2014/08/12 11:49:04 martin Exp $
+#      $NetBSD: Makefile,v 1.5 2014/08/14 18:38:29 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         sshramdisk.fs
-IMAGESIZE=     8600k
+IMAGESIZE=     8900k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
diff -r a068b93ba142 -r e0064215c919 sys/arch/evbarm/conf/RPI_INSTALL
--- a/sys/arch/evbarm/conf/RPI_INSTALL  Thu Aug 14 17:29:30 2014 +0000
+++ b/sys/arch/evbarm/conf/RPI_INSTALL  Thu Aug 14 18:38:29 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPI_INSTALL,v 1.4 2014/08/14 16:32:11 martin Exp $
+#      $NetBSD: RPI_INSTALL,v 1.5 2014/08/14 18:38:29 joerg Exp $
 #
 #      RPI_INSTALL -- RPI kernel with installation-sized
 #      ramdisk
@@ -8,7 +8,7 @@
 include "arch/evbarm/conf/INSTALL"
 
 no options     MEMORY_DISK_ROOT_SIZE
-options        MEMORY_DISK_ROOT_SIZE=17250
+options        MEMORY_DISK_ROOT_SIZE=17800
 
 makeoptions    RAMDISKNAME=sshramdisk
 no makeoptions DEBUG



Home | Main Index | Thread Index | Old Index