Module Name:    src
Committed By:   martin
Date:           Fri Jun 21 16:57:12 UTC 2019

Modified Files:
        src/usr.sbin/sysinst/arch/landisk: md.c

Log Message:
Use the raw partition for installboot, not the root partition.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/arch/landisk/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/arch/landisk/md.c
diff -u src/usr.sbin/sysinst/arch/landisk/md.c:1.8 src/usr.sbin/sysinst/arch/landisk/md.c:1.9
--- src/usr.sbin/sysinst/arch/landisk/md.c:1.8	Thu Jun 20 00:43:56 2019
+++ src/usr.sbin/sysinst/arch/landisk/md.c	Fri Jun 21 16:57:12 2019
@@ -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 @@ md_post_newfs(struct install_partition_d
 	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;

Reply via email to