Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/newsmips/floppies/ramdisk Expand IMAGESIZE to 2.5Mby...
details: https://anonhg.NetBSD.org/src/rev/6259dab4c698
branches: trunk
changeset: 525615:6259dab4c698
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Apr 14 02:31:15 2002 +0000
description:
Expand IMAGESIZE to 2.5Mbytes.
diffstat:
distrib/newsmips/floppies/ramdisk/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r c1c0196e06b6 -r 6259dab4c698 distrib/newsmips/floppies/ramdisk/Makefile
--- a/distrib/newsmips/floppies/ramdisk/Makefile Sun Apr 14 02:30:22 2002 +0000
+++ b/distrib/newsmips/floppies/ramdisk/Makefile Sun Apr 14 02:31:15 2002 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2002/04/07 03:38:03 tsutsui Exp $
+# $NetBSD: Makefile,v 1.20 2002/04/14 02:31:15 tsutsui Exp $
.include "${.CURDIR}/../../../Makefile.inc"
.include <bsd.own.mk>
IMAGE= ramdisk.fs
-IMAGESIZE= 2048k
+IMAGESIZE= 2560k
MAKEFS_FLAGS= -f 15
WARNS= 1
Home |
Main Index |
Thread Index |
Old Index