Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc64 fix size of images



details:   https://anonhg.NetBSD.org/src/rev/769c4a3e33e3
branches:  trunk
changeset: 526701:769c4a3e33e3
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed May 08 23:11:56 2002 +0000

description:
fix size of images
(i reduced them during testing and they worked then, but not when i
did a full make release. weird...)

diffstat:

 distrib/sparc64/instfs/Makefile    |  4 ++--
 distrib/sparc64/xminiroot/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r cf9856607a86 -r 769c4a3e33e3 distrib/sparc64/instfs/Makefile
--- a/distrib/sparc64/instfs/Makefile   Wed May 08 22:22:46 2002 +0000
+++ b/distrib/sparc64/instfs/Makefile   Wed May 08 23:11:56 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2002/05/07 14:41:37 lukem Exp $
+#      $NetBSD: Makefile,v 1.10 2002/05/08 23:11:56 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -7,7 +7,7 @@
 
 .include "${.CURDIR}/../instfs/Makefile.instfs"
 IMAGE=                 install.fs
-IMAGESIZE=             3m
+IMAGESIZE=             5m
 
 IMAGETAR=              instfs.tgz
 IMAGETAR_RELEASEDIR=   installation/misc
diff -r cf9856607a86 -r 769c4a3e33e3 distrib/sparc64/xminiroot/Makefile
--- a/distrib/sparc64/xminiroot/Makefile        Wed May 08 22:22:46 2002 +0000
+++ b/distrib/sparc64/xminiroot/Makefile        Wed May 08 23:11:56 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2002/05/08 07:57:10 lukem Exp $
+#      $NetBSD: Makefile,v 1.20 2002/05/08 23:11:57 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -7,7 +7,7 @@
 
 .include "${.CURDIR}/../instfs/Makefile.instfs"
 IMAGE=                 miniroot.fs
-IMAGESIZE=             5m
+IMAGESIZE=             7m
 IMAGEPOSTBUILD=                ${INSTALLBOOT} -m ${MACHINE} ${IMAGE} \
                            ${DESTDIR}/usr/mdec/bootblk
 IMAGE_RELEASEDIR=      installation/miniroot



Home | Main Index | Thread Index | Old Index