Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/i386/floppies/ramdisk Bootselector mod pullup a...



details:   https://anonhg.NetBSD.org/src/rev/ddf002145bc4
branches:  netbsd-1-4
changeset: 468339:ddf002145bc4
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Apr 18 00:22:31 1999 +0000

description:
Bootselector mod pullup as approved: Add mbr_bootsel to the ramdisk.

diffstat:

 distrib/i386/floppies/ramdisk/list |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e49564ad520e -r ddf002145bc4 distrib/i386/floppies/ramdisk/list
--- a/distrib/i386/floppies/ramdisk/list        Sun Apr 18 00:21:03 1999 +0000
+++ b/distrib/i386/floppies/ramdisk/list        Sun Apr 18 00:22:31 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.15 1999/03/30 08:03:42 dbj Exp $
+#      $NetBSD: list,v 1.15.2.1 1999/04/18 00:22:31 fvdl Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -88,6 +88,7 @@
 # we need the boot block in /usr/mdec + the MBR copy
 COPY   ${DESTDIR}/usr/mdec/biosboot.sym        usr/mdec/biosboot.sym
 COPY   ${DESTDIR}/usr/mdec/mbr                 usr/mdec/mbr
+COPY   ${DESTDIR}/usr/mdec/mbr_bootsel         usr/mdec/mbr_bootsel
 
 # and the common installation tools
 # COPY ${CURDIR}/../../../utils/script-installer/dot.commonutils  .commonutils



Home | Main Index | Thread Index | Old Index