Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/ramdisk Add mbr_bootsel.



details:   https://anonhg.NetBSD.org/src/rev/e1c3cff04e68
branches:  trunk
changeset: 471947:e1c3cff04e68
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Thu Apr 15 22:41:24 1999 +0000

description:
Add mbr_bootsel.

diffstat:

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

diffs (17 lines):

diff -r a97ba6404255 -r e1c3cff04e68 distrib/i386/floppies/ramdisk/list
--- a/distrib/i386/floppies/ramdisk/list        Thu Apr 15 22:37:25 1999 +0000
+++ b/distrib/i386/floppies/ramdisk/list        Thu Apr 15 22:41:24 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.15 1999/03/30 08:03:42 dbj Exp $
+#      $NetBSD: list,v 1.16 1999/04/15 22:41:24 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