Source-Changes-HG archive

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

[src/trunk]: src/distrib/macppc/floppies/ramdisk increase IMAGESIZE slightly ...



details:   https://anonhg.NetBSD.org/src/rev/dc29ce2c79f6
branches:  trunk
changeset: 447298:dc29ce2c79f6
user:      scole <scole%NetBSD.org@localhost>
date:      Mon Jan 07 01:39:26 2019 +0000

description:
increase IMAGESIZE slightly to avoid running out of space when doing some sysinst options

diffstat:

 distrib/macppc/floppies/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cdc746ea4eae -r dc29ce2c79f6 distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Mon Jan 07 01:37:05 2019 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Mon Jan 07 01:39:26 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.49 2018/11/12 20:11:39 scole Exp $
+#      $NetBSD: Makefile,v 1.50 2019/01/07 01:39:26 scole Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@
 #   src/sys/arch/macppc/conf/INSTALL
 #   src/sys/arch/macppc/conf/INSTALL_601
 #   src/sys/arch/macppc/conf/GENERIC_MD
-IMAGESIZE=     2560k
+IMAGESIZE=     2880k
 MAKEFS_FLAGS+= -f 15
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index