Source-Changes-HG archive

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

[src/trunk]: src/distrib/amiga/miniroot - use explicit VND_GEOM instead of a ...



details:   https://anonhg.NetBSD.org/src/rev/e94f957883aa
branches:  trunk
changeset: 522194:e94f957883aa
user:      is <is%NetBSD.org@localhost>
date:      Tue Feb 12 11:20:38 2002 +0000

description:
- use explicit VND_GEOM instead of a disktab type, to allow cross-building.
  All miniroot size information is now in one (this) file.
- While we're here, increase the miniroot size to 5 MB.

diffstat:

 distrib/amiga/miniroot/Makefile.inc |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r 8ad49186acd4 -r e94f957883aa distrib/amiga/miniroot/Makefile.inc
--- a/distrib/amiga/miniroot/Makefile.inc       Tue Feb 12 11:17:47 2002 +0000
+++ b/distrib/amiga/miniroot/Makefile.inc       Tue Feb 12 11:20:38 2002 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile.inc,v 1.5 2001/12/17 05:59:20 mhitch Exp $
+#      $NetBSD: Makefile.inc,v 1.6 2002/02/12 11:20:38 is Exp $
 
 VND=           vnd0
-IMAGESIZE?=    8192 # 512 byte blocks
-NEWFSOPTS?=    -c 64 -B be
-DISKTYPE?=     miniroot
+IMAGESIZE?=    10240 # 512 byte blocks
+VND_GEOM?=     512/64/2/80
+NEWFSOPTS?=    -c 80 -B be
 
 #
 # install bootblock, so that we can boot from there



Home | Main Index | Thread Index | Old Index