Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/pmax/miniroot Match current reality, but not used at...
details: https://anonhg.NetBSD.org/src/rev/e72051f74247
branches: trunk
changeset: 480184:e72051f74247
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Jan 06 03:53:47 2000 +0000
description:
Match current reality, but not used at the moment.
diffstat:
distrib/pmax/miniroot/Makefile.inc | 21 ++++++---------------
1 files changed, 6 insertions(+), 15 deletions(-)
diffs (36 lines):
diff -r 4ed7d55780da -r e72051f74247 distrib/pmax/miniroot/Makefile.inc
--- a/distrib/pmax/miniroot/Makefile.inc Thu Jan 06 03:47:55 2000 +0000
+++ b/distrib/pmax/miniroot/Makefile.inc Thu Jan 06 03:53:47 2000 +0000
@@ -1,26 +1,17 @@
-# $NetBSD: Makefile.inc,v 1.3 1999/04/16 13:31:40 simonb Exp $
+# $NetBSD: Makefile.inc,v 1.4 2000/01/06 03:53:47 simonb Exp $
VND= vnd0c
#IMAGESIZE?= 8192 # 512 byte blocks
IMAGESIZE?= 65536 # 512 byte blocks: full 32-meg root.
-NEWFSOPTS?= -c 64 -B le
+NEWFSOPTS?= -c 32 -B le
DISKTYPE?= miniroot
LABELPROTO?= ${.CURDIR}/../${MACHINE}/miniroot/diskimage.label.proto
#
# install bootblock, so that we can boot from there
#
-#BOOTINSTALL=${DESTDIR}/usr/mdec/installboot ${DESTDIR}/usr/mdec/xxboot ${VND_RDEV}
-PMAX_MDEC_CMD?=-B -b /usr/mdec/rzboot -s /usr/mdec/bootrz
-LABEL_CMD?=${DESTDIR}/sbin/disklabel -r -w ${PMAX_MDEC_CMD} ${VND_RDEV}
-
+BOOTINSTALL= ${DESTDIR}/usr/mdec/installboot ${VND_RDEV} \
+ ${DESTDIR}/usr/mdec/bootxx_ffs
-# write bootblocks. Update label with fictious name and geometry
-# that instructs kernel to recompute label from # SCSI geometry info
-# (since one install method is to dd this onto the start of a disk.)
-BOOTINSTALL= ${DESTDIR}/sbin/disklabel -r -R ${PMAX_MDEC_CMD} ${VND_RDEV} \
- ${LABELPROTO}
-
-# Write preliminary Label so that newfs succeeds when updating label.
-PRELABEL=${LABEL_CMD} ${DISKTYPE}
-PRELABEL=${BOOTINSTALL}
+# Write preliminary Label so that newfs succeeds when updating label.
+PRELABEL=disklabel -rw ${VND_RDEV} ${DISKTYPE}
Home |
Main Index |
Thread Index |
Old Index