We run OpenBSD, as such our kernel is named /bsd, and copying /netbsd into
authorgene <gene@openbsd.org>
Fri, 11 Apr 1997 01:12:44 +0000 (01:12 +0000)
committergene <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

index f7610b7..25ba0ae 100644 (file)
@@ -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."
 }