Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/x68k/floppies/bootfloppy.sysinst Change the kernel n...



details:   https://anonhg.NetBSD.org/src/rev/16b4d4929381
branches:  trunk
changeset: 499779:16b4d4929381
user:      minoura <minoura%NetBSD.org@localhost>
date:      Wed Nov 29 08:28:55 2000 +0000

description:
Change the kernel name from netbsdsi(.gz) to netbsd(.gz).

diffstat:

 distrib/x68k/floppies/bootfloppy.sysinst/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 75e1071fef1e -r 16b4d4929381 distrib/x68k/floppies/bootfloppy.sysinst/Makefile
--- a/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Wed Nov 29 06:30:09 2000 +0000
+++ b/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Wed Nov 29 08:28:55 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2000/06/16 16:07:10 minoura Exp $
+#      $NetBSD: Makefile,v 1.6 2000/11/29 08:28:55 minoura Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -9,7 +9,7 @@
 IMAGE=         sysinst.fs
 KERNDIR=       ${KERNOBJDIR}/INSTALL
 KERN=          ${KERNDIR}/netbsd
-KERNNAME=      netbsdsi
+KERNNAME=      netbsd
 RAMDISKDIR=    $(.CURDIR)/../ramdisk.sysinst/
 
 .include "${TOP}/bootfloppy-common/Makefile.inc"



Home | Main Index | Thread Index | Old Index