Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/arc/ramdisk pull up 1.8-1.9 (requested by jdolo...



details:   https://anonhg.NetBSD.org/src/rev/aab05f837c8a
branches:  netbsd-1-6
changeset: 527556:aab05f837c8a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue May 28 05:56:34 2002 +0000

description:
pull up 1.8-1.9 (requested by jdolocek):
        bump ramdisk size, 2M isn't enough
        it's 2304_k_

diffstat:

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

diffs (16 lines):

diff -r 98b1ea792129 -r aab05f837c8a distrib/arc/ramdisk/Makefile
--- a/distrib/arc/ramdisk/Makefile      Tue May 28 05:15:31 2002 +0000
+++ b/distrib/arc/ramdisk/Makefile      Tue May 28 05:56:34 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.7 2002/05/02 18:02:25 lukem Exp $
+#      $NetBSD: Makefile,v 1.7.2.1 2002/05/28 05:56:34 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2m
+IMAGESIZE=     2304k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index