Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst/arch/sgimips Make sure to install a bootloa...



details:   https://anonhg.NetBSD.org/src/rev/da8252f01448
branches:  trunk
changeset: 433503:da8252f01448
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Sep 17 15:19:29 2018 +0000

description:
Make sure to install a bootloader even on upgrade installation.

Fixes another part of port-sgimips/53583.
Should be pulled up (with rev 1.5) to netbsd-7 and netbsd-8.

diffstat:

 usr.sbin/sysinst/arch/sgimips/md.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c3ff9b136353 -r da8252f01448 usr.sbin/sysinst/arch/sgimips/md.c
--- a/usr.sbin/sysinst/arch/sgimips/md.c        Mon Sep 17 08:27:41 2018 +0000
+++ b/usr.sbin/sysinst/arch/sgimips/md.c        Mon Sep 17 15:19:29 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.5 2018/09/08 18:10:35 martin Exp $    */
+/*     $NetBSD: md.c,v 1.6 2018/09/17 15:19:29 tsutsui Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -220,7 +220,7 @@
 int
 md_update(void)
 {
-       md_post_newfs();
+       md_post_disklabel();
        return 1;
 }
 



Home | Main Index | Thread Index | Old Index