summaryrefslogtreecommitdiff
path: root/distrib/sparc
diff options
context:
space:
mode:
authorgene <gene@cvs.openbsd.org>1997-04-11 01:12:45 +0000
committergene <gene@cvs.openbsd.org>1997-04-11 01:12:45 +0000
commit03c10de87fddd010631d856a90419f803c9babcc (patch)
tree90c6aa535dbe35d8e095b6c7243911d35f3a9594 /distrib/sparc
parentf527f230e3fa186d99b1ce63173e65450d1a0fdf (diff)
We run OpenBSD, as such our kernel is named /bsd, and copying /netbsd into
the newly installed partition won't do much good. Thanks to Tobias Richter <tsr@cave.isdn.cs.tu-berlin.de> for noticing this.
Diffstat (limited to 'distrib/sparc')
-rw-r--r--distrib/sparc/install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md
index f7610b797a3..25ba0ae43a1 100644
--- 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/netbsd
+ cp -p /bsd /mnt/bsd
echo "done."
}