Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/pmax s/boot/boot.pmax/
details: https://anonhg.NetBSD.org/src/rev/8d79bc389de8
branches: trunk
changeset: 480100:8d79bc389de8
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Jan 03 21:59:12 2000 +0000
description:
s/boot/boot.pmax/
diffstat:
distrib/pmax/instkernel/Makefile | 6 +++---
distrib/pmax/miniroot/list | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (46 lines):
diff -r e51fd9325bf8 -r 8d79bc389de8 distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile Mon Jan 03 21:52:14 2000 +0000
+++ b/distrib/pmax/instkernel/Makefile Mon Jan 03 21:59:12 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/12/28 10:56:54 simonb Exp $
+# $NetBSD: Makefile,v 1.13 2000/01/03 21:59:12 simonb Exp $
DISKBINDIR= /installation/diskimage
KERNBINDIR= /binary/kernel
@@ -30,14 +30,14 @@
rm -f netbsd.gz
gzip -9 netbsd
-${IMAGE}.gz: netbsd.gz ${DESTDIR}/usr/mdec/boot
+${IMAGE}.gz: netbsd.gz ${DESTDIR}/usr/mdec/boot.pmax
dd if=/dev/zero of=${IMAGE} count=${IMAGESIZE}
vnconfig ${DISKTYPEARG} -v -c ${VND_DEV} ${IMAGE} ${VND_GEOM}
${PRELABEL}
-newfs -m 0 -o space ${NEWFSOPTS} ${VND_RDEV}
${BOOTINSTALL}
mount ${VND_DEV} ${MOUNT_POINT}
- cp -p ${DESTDIR}/usr/mdec/boot ${MOUNT_POINT}
+ cp -p ${DESTDIR}/usr/mdec/boot.pmax ${MOUNT_POINT}
cp -p netbsd.gz ${MOUNT_POINT}/netbsd
@echo ""
@df -i ${MOUNT_POINT}
diff -r e51fd9325bf8 -r 8d79bc389de8 distrib/pmax/miniroot/list
--- a/distrib/pmax/miniroot/list Mon Jan 03 21:52:14 2000 +0000
+++ b/distrib/pmax/miniroot/list Mon Jan 03 21:59:12 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.10 1999/12/28 10:46:55 simonb Exp $
+# $NetBSD: list,v 1.11 2000/01/03 22:03:36 simonb Exp $
# pmax extra's: mountpoint for kernfs
SPECIAL mkdir kern
@@ -67,8 +67,8 @@
# we need the contents of /usr/mdec
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
-# and /boot
-COPY ${DESTDIR}/boot boot
+# and /boot.pmax
+COPY ${DESTDIR}/boot.pmax boot.pmax
# the zoneinfo (dont use)
Home |
Main Index |
Thread Index |
Old Index