Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/ramdisk-small Crank ramdisk size to 14...



details:   https://anonhg.NetBSD.org/src/rev/f00363f52716
branches:  trunk
changeset: 537847:f00363f52716
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Oct 06 17:01:27 2002 +0000

description:
Crank ramdisk size to 1440k.

diffstat:

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

diffs (14 lines):

diff -r c5c87196fcb5 -r f00363f52716 distrib/i386/floppies/ramdisk-small/Makefile
--- a/distrib/i386/floppies/ramdisk-small/Makefile      Sun Oct 06 16:33:35 2002 +0000
+++ b/distrib/i386/floppies/ramdisk-small/Makefile      Sun Oct 06 17:01:27 2002 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.17 2002/02/08 05:02:19 lukem Exp $
+#      $NetBSD: Makefile,v 1.18 2002/10/06 17:01:27 thorpej Exp $
 
 BOOTMODEL=     small
 IMAGE=         ramdisk-${BOOTMODEL}.fs
-IMAGESIZE=     1344k
+IMAGESIZE=     1440k
 USE_SYSINST=   yes
 
 .include "${.CURDIR}/../common/Makefile.ramdisk"



Home | Main Index | Thread Index | Old Index