From 5c405a8e268a83805a4d66d6e5a315f34864b501 Mon Sep 17 00:00:00 2001 From: gene Date: Fri, 11 Apr 1997 01:12:44 +0000 Subject: [PATCH] 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 for noticing this. --- distrib/sparc/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." } -- 2.20.1