Source-Changes-HG archive

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

[src/trunk]: src/distrib/acorn32/ramdisk Add 4k to ramdisk image.



details:   https://anonhg.NetBSD.org/src/rev/3618ca66a90a
branches:  trunk
changeset: 524843:3618ca66a90a
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Mar 31 17:00:32 2002 +0000

description:
Add 4k to ramdisk image.

diffstat:

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

diffs (16 lines):

diff -r 4ced7c4108f9 -r 3618ca66a90a distrib/acorn32/ramdisk/Makefile
--- a/distrib/acorn32/ramdisk/Makefile  Sun Mar 31 16:07:53 2002 +0000
+++ b/distrib/acorn32/ramdisk/Makefile  Sun Mar 31 17:00:32 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.8 2002/03/14 22:26:08 lukem Exp $
+#      $NetBSD: Makefile,v 1.9 2002/03/31 17:00:32 bjh21 Exp $
 
 .include "${.CURDIR}/../../Makefile.inc"
 .include <bsd.own.mk>
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     1920k
+IMAGESIZE=     1924k
 MAKEFS_FLAGS=  -f 10
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index