From 21804a298dbf9b8b1dc74ad3e2355dbaa5d9fd1c Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 11 Jun 1996 09:05:32 +0000 Subject: [PATCH] kernel is /bsd --- src/etc/etc.i386/files.kc/copy_kernel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/etc.i386/files.kc/copy_kernel b/src/etc/etc.i386/files.kc/copy_kernel index 98b86477..8a2b567c 100644 --- a/src/etc/etc.i386/files.kc/copy_kernel +++ b/src/etc/etc.i386/files.kc/copy_kernel @@ -1,10 +1,10 @@ -# $Id: copy_kernel,v 1.1.1.1 1995/10/18 08:38:00 deraadt Exp $ +# $Id: copy_kernel,v 1.2 1996/06/11 09:05:32 deraadt Exp $ # # Kernel copy script DEFAULT_PARTITON=sd0a MOUNT_POINT=/mnt -KERNEL_NAME=/netbsd +KERNEL_NAME=/bsd #TEST=testfn testfn() { @@ -38,7 +38,7 @@ warning() { } trap "cancel;" 2 3 -echo "NetBSD kernel copy program" +echo "OpenBSD kernel copy program" echo "" echo "Default answers are displayed in brackets. You may hit Control-C" echo "at any time to cancel this operation (though if you hit Control-C at"