sparc64 uses /ofwboot as the second stage, not /boot.
authorjsing <jsing@openbsd.org>
Sat, 28 Dec 2013 15:03:47 +0000 (15:03 +0000)
committerjsing <jsing@openbsd.org>
Sat, 28 Dec 2013 15:03:47 +0000 (15:03 +0000)
usr.sbin/installboot/sparc64/sparc64_installboot.c

index aafbf39..80549d3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sparc64_installboot.c,v 1.1 2013/12/28 14:45:57 jsing Exp $   */
+/*     $OpenBSD: sparc64_installboot.c,v 1.2 2013/12/28 15:03:47 jsing Exp $   */
 
 /*
  * Copyright (c) 2012, 2013 Joel Sing <jsing@openbsd.org>
@@ -38,7 +38,7 @@ md_init(void)
 {
        stages = 2;
        stage1 = "/usr/mdec/bootblk";
-       stage2 = "/boot";
+       stage2 = "/ofwboot";
 }
 
 void