Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax/ramdisk Store new installboot-style bootblocks ...



details:   https://anonhg.NetBSD.org/src/rev/6afe54c2dfc8
branches:  trunk
changeset: 480101:6afe54c2dfc8
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Jan 03 22:07:11 2000 +0000

description:
Store new installboot-style bootblocks in ramdisk /usr/mdec.

diffstat:

 distrib/pmax/ramdisk/list |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8d79bc389de8 -r 6afe54c2dfc8 distrib/pmax/ramdisk/list
--- a/distrib/pmax/ramdisk/list Mon Jan 03 21:59:12 2000 +0000
+++ b/distrib/pmax/ramdisk/list Mon Jan 03 22:07:11 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.6 1999/12/28 10:46:55 simonb Exp $
+#      $NetBSD: list,v 1.7 2000/01/03 22:07:11 simonb Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -69,8 +69,8 @@
 SPECIAL        /bin/rm dev/MAKEDEV
 
 # we need the boot blocks /usr/mdec
-COPY   ${DESTDIR}/usr/mdec/rzboot              usr/mdec/rzboot
-COPY   ${DESTDIR}/usr/mdec/bootrz              usr/mdec/bootrz
+COPY   ${DESTDIR}/usr/mdec/bootxx_ffs          usr/mdec/bootxx_ffs
+COPY   ${DESTDIR}/usr/mdec/boot.pmax           usr/mdec/boot.pmax
 
 # various files that we need in /etc for the install
 COPY   ${CURDIR}/../../../etc/group            etc/group



Home | Main Index | Thread Index | Old Index