diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-11 09:05:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-11 09:05:33 +0000 |
commit | 1a245a5933733a1f0abf61b7969a91f764167c1a (patch) | |
tree | 58685ec4ecf5c4517181f8ccefe6569c03b366c7 /etc/etc.i386/files.kc | |
parent | cabda3afaad9c2351ecd8c4e96585a8662e070c6 (diff) |
kernel is /bsd
Diffstat (limited to 'etc/etc.i386/files.kc')
-rw-r--r-- | etc/etc.i386/files.kc/copy_kernel | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.i386/files.kc/copy_kernel b/etc/etc.i386/files.kc/copy_kernel index d4d0d015e67..8a2b567cf6e 100644 --- a/etc/etc.i386/files.kc/copy_kernel +++ b/etc/etc.i386/files.kc/copy_kernel @@ -1,10 +1,10 @@ -# $Id: copy_kernel,v 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" |