Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/macppc/floppies/bootfloppy Pullup part of 1.11 ...



details:   https://anonhg.NetBSD.org/src/rev/21a5b0347320
branches:  netbsd-1-5
changeset: 490187:21a5b0347320
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Nov 10 03:35:41 2000 +0000

description:
Pullup part of 1.11 by patch [matt]:
Use the c device for installboot so it will not conflict with the mount a
parition.

diffstat:

 distrib/macppc/floppies/bootfloppy/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 83d6ec5068b2 -r 21a5b0347320 distrib/macppc/floppies/bootfloppy/Makefile
--- a/distrib/macppc/floppies/bootfloppy/Makefile       Fri Nov 10 03:30:25 2000 +0000
+++ b/distrib/macppc/floppies/bootfloppy/Makefile       Fri Nov 10 03:35:41 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8.2.1 2000/06/22 17:34:42 matt Exp $
+#      $NetBSD: Makefile,v 1.8.2.2 2000/11/10 03:35:41 tv Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -13,6 +13,7 @@
 VND?=          vnd0
 VND_DEV=       /dev/${VND}a
 VND_RDEV=      /dev/r${VND}a
+VND_RDEVC=     /dev/r${VND}c
 FD?=           fd0
 FD_RDEV=       /dev/r${FD}a
 MDEC=          ${DESTDIR}/usr/mdec
@@ -53,7 +54,7 @@
        -rm -f ${MOUNT_POINT}/boot
        cp ${MDEC}/ofwboot ${MOUNT_POINT}/boot
        sync
-       ${MDEC}/installboot -v ${MOUNT_POINT}/boot ${MDEC}/bootxx ${VND_RDEV}
+       ${MDEC}/installboot -v ${MOUNT_POINT}/boot ${MDEC}/bootxx ${VND_RDEVC}
        umount ${MOUNT_POINT}
        vnconfig -u ${VND}
 



Home | Main Index | Thread Index | Old Index