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/landisk Use the raw partition for inst...



details:   https://anonhg.NetBSD.org/src/rev/f1fce3a10133
branches:  trunk
changeset: 452198:f1fce3a10133
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jun 21 16:57:12 2019 +0000

description:
Use the raw partition for installboot, not the root partition.

diffstat:

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

diffs (18 lines):

diff -r 43ee9f573515 -r f1fce3a10133 usr.sbin/sysinst/arch/landisk/md.c
--- a/usr.sbin/sysinst/arch/landisk/md.c        Fri Jun 21 15:59:14 2019 +0000
+++ b/usr.sbin/sysinst/arch/landisk/md.c        Fri Jun 21 16:57:12 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.8 2019/06/20 00:43:56 christos Exp $  */
+/*     $NetBSD: md.c,v 1.9 2019/06/21 16:57:12 martin Exp $    */
 
 /*
  * Copyright 1997,2002 Piermont Information Systems Inc.
@@ -156,7 +156,7 @@
        bootxx = bootxx_name(install);
        if (bootxx != NULL) {
                error = run_program(RUN_DISPLAY,
-                   "/usr/sbin/installboot -v /dev/r%sa %s", pm->diskdev, bootxx);
+                   "/usr/sbin/installboot -v /dev/r%sd %s", pm->diskdev, bootxx);
                free(bootxx);
        } else
                error = -1;



Home | Main Index | Thread Index | Old Index