Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/atari/miniroot Enlarge image size and up the number ...
details: https://anonhg.NetBSD.org/src/rev/ef8777729ef5
branches: trunk
changeset: 526789:ef8777729ef5
user: leo <leo%NetBSD.org@localhost>
date: Fri May 10 21:11:48 2002 +0000
description:
Enlarge image size and up the number of inodes. This fixes the miniroot
built failure. Note however that for small memory systems (<= 4MB), you
can no longer load this image as a ramdisk.
diffstat:
distrib/atari/miniroot/Makefile.inc | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r faf24faf941c -r ef8777729ef5 distrib/atari/miniroot/Makefile.inc
--- a/distrib/atari/miniroot/Makefile.inc Fri May 10 21:05:13 2002 +0000
+++ b/distrib/atari/miniroot/Makefile.inc Fri May 10 21:11:48 2002 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.9 2002/05/07 14:59:35 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.10 2002/05/10 21:11:48 leo Exp $
-IMAGESIZE= 1080k
+IMAGESIZE= 1440k
IMAGEENDIAN= be
+MAKEFS_FLAGS= -o density=3k
MAKEDEVTARGETS= floppy
IMAGEDEPENDS+= ${ARCHDIR}/disktab.shadow ${ARCHDIR}/dot.profile \
${ARCHDIR}/install.md ${ARCHDIR}/termcap.vt
Home |
Main Index |
Thread Index |
Old Index