Source-Changes-HG archive

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

[src/trunk]: src/distrib/x68k/floppies/ramdisk Increase the image size, to bu...



details:   https://anonhg.NetBSD.org/src/rev/ec80929b5882
branches:  trunk
changeset: 538716:ec80929b5882
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Oct 27 08:00:26 2002 +0000

description:
Increase the image size, to build.

diffstat:

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

diffs (16 lines):

diff -r 90cf2e70cb09 -r ec80929b5882 distrib/x68k/floppies/ramdisk/Makefile
--- a/distrib/x68k/floppies/ramdisk/Makefile    Sun Oct 27 05:25:27 2002 +0000
+++ b/distrib/x68k/floppies/ramdisk/Makefile    Sun Oct 27 08:00:26 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.23 2002/10/17 02:05:40 lukem Exp $
+#      $NetBSD: Makefile,v 1.24 2002/10/27 08:00:26 isaki Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=                 inst.fs
-IMAGESIZE=             1200k
+IMAGESIZE=             1240k
 IMAGE_RELEASEDIR=      installation/floppy
 
 MAKEFS_FLAGS=  -f 10



Home | Main Index | Thread Index | Old Index