artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f61f509
)
We run OpenBSD, as such our kernel is named /bsd, and copying /netbsd into
author
gene
<gene@openbsd.org>
Fri, 11 Apr 1997 01:12:44 +0000
(
01:12
+0000)
committer
gene
<gene@openbsd.org>
Fri, 11 Apr 1997 01:12:44 +0000
(
01:12
+0000)
the newly installed partition won't do much good. Thanks to Tobias Richter
<tsr@cave.isdn.cs.tu-berlin.de> for noticing this.
distrib/sparc/install.md
patch
|
blob
|
history
diff --git
a/distrib/sparc/install.md
b/distrib/sparc/install.md
index
f7610b7
..
25ba0ae
100644
(file)
--- a/
distrib/sparc/install.md
+++ b/
distrib/sparc/install.md
@@
-177,7
+177,7
@@
__md_prep_disklabel_1
md_copy_kernel() {
echo -n "Copying kernel..."
- cp -p /
netbsd /mnt/net
bsd
+ cp -p /
bsd /mnt/
bsd
echo "done."
}