Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/hp300 Bootblock is called uboot.l...



details:   https://anonhg.NetBSD.org/src/rev/1b0daba0889d
branches:  trunk
changeset: 534825:1b0daba0889d
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sun Aug 04 01:24:57 2002 +0000

description:
Bootblock is called uboot.lif.  Problem reported by
Sageev T. George <sageev%bmsrs.usc.edu@localhost>.

diffstat:

 distrib/utils/sysinst/arch/hp300/md.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r dd6a3fc20bba -r 1b0daba0889d distrib/utils/sysinst/arch/hp300/md.c
--- a/distrib/utils/sysinst/arch/hp300/md.c     Sun Aug 04 01:21:48 2002 +0000
+++ b/distrib/utils/sysinst/arch/hp300/md.c     Sun Aug 04 01:24:57 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.3 2002/03/17 05:38:11 gmcgarry Exp $ */
+/*     $NetBSD: md.c,v 1.4 2002/08/04 01:24:57 gmcgarry Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -152,8 +152,8 @@
        msg_display(MSG_dobootblks, diskdev);
        cp_to_target("/usr/mdec/boot", "/boot");
        run_prog(RUN_DISPLAY, "Warning: disk is probably not bootable",
-               "/usr/mdec/installboot /usr/mdec/%sboot /dev/r%sa",
-               diskdev, diskdev);
+               "/usr/mdec/installboot /usr/mdec/uboot.lif /dev/r%sa",
+               diskdev);
        return (0);
 }
 



Home | Main Index | Thread Index | Old Index