Browse Source

kernel is /bsd

OPENBSD_2_0
deraadt 28 years ago
parent
commit
21804a298d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/etc.i386/files.kc/copy_kernel

+ 3
- 3
src/etc/etc.i386/files.kc/copy_kernel View File

@ -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"


Loading…
Cancel
Save