artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cccbd07
)
sparc64 uses /ofwboot as the second stage, not /boot.
author
jsing
<jsing@openbsd.org>
Sat, 28 Dec 2013 15:03:47 +0000
(15:03 +0000)
committer
jsing
<jsing@openbsd.org>
Sat, 28 Dec 2013 15:03:47 +0000
(15:03 +0000)
usr.sbin/installboot/sparc64/sparc64_installboot.c
patch
|
blob
|
history
diff --git
a/usr.sbin/installboot/sparc64/sparc64_installboot.c
b/usr.sbin/installboot/sparc64/sparc64_installboot.c
index
aafbf39
..
80549d3
100644
(file)
--- a/
usr.sbin/installboot/sparc64/sparc64_installboot.c
+++ b/
usr.sbin/installboot/sparc64/sparc64_installboot.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sparc64_installboot.c,v 1.
1 2013/12/28 14:45:5
7 jsing Exp $ */
+/* $OpenBSD: sparc64_installboot.c,v 1.
2 2013/12/28 15:03:4
7 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 = "/
ofw
boot";
}
void