Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/mvme68k/ramdisk Up the ramdisk size to 1024 blocks.
details: https://anonhg.NetBSD.org/src/rev/3608a9e15acd
branches: trunk
changeset: 499613:3608a9e15acd
user: scw <scw%NetBSD.org@localhost>
date: Fri Nov 24 19:39:08 2000 +0000
description:
Up the ramdisk size to 1024 blocks.
diffstat:
distrib/mvme68k/ramdisk/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 1c5c14b937ed -r 3608a9e15acd distrib/mvme68k/ramdisk/Makefile
--- a/distrib/mvme68k/ramdisk/Makefile Fri Nov 24 19:04:46 2000 +0000
+++ b/distrib/mvme68k/ramdisk/Makefile Fri Nov 24 19:39:08 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/11/01 07:57:59 garbled Exp $
+# $NetBSD: Makefile,v 1.9 2000/11/24 19:39:08 scw Exp $
TOP= ${.CURDIR}/..
@@ -26,7 +26,7 @@
# NOTE: If you change NBLKS, you *must* also edit the
# rdroot entry in /etc/disktab
DISKTYPE= rdroot
-NBLKS= 768
+NBLKS= 1024
CLEANFILES= netbsd-rd ${IMAGE}
@@ -74,6 +74,10 @@
HACKSRC=${TOP}/../utils/libhack
.include "${HACKSRC}/Makefile.inc"
+release: netbsd-rd
+ -mkdir -p ${RELEASEDIR}/installaion/tapeimage
+ gzip < netbsd-rd > ${RELEASEDIR}/installation/tapeimage/netbsd-rd.gz
+
clean cleandir distclean:
-rm -f a.out core *.core *.o
-rm -f ${CLEANFILES}
Home |
Main Index |
Thread Index |
Old Index