Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/x68k/floppies/ramdisk SMALL kernel is not included i...
details: https://anonhg.NetBSD.org/src/rev/a1a4d931047d
branches: trunk
changeset: 471488:a1a4d931047d
user: minoura <minoura%NetBSD.org@localhost>
date: Fri Apr 02 15:46:34 1999 +0000
description:
SMALL kernel is not included in kern.tgz.
diffstat:
distrib/x68k/floppies/ramdisk/install.tmpl | 8 +++-----
distrib/x68k/floppies/ramdisk/upgrade.tmpl | 8 +++-----
2 files changed, 6 insertions(+), 10 deletions(-)
diffs (48 lines):
diff -r c86be7668ccf -r a1a4d931047d distrib/x68k/floppies/ramdisk/install.tmpl
--- a/distrib/x68k/floppies/ramdisk/install.tmpl Fri Apr 02 12:09:44 1999 +0000
+++ b/distrib/x68k/floppies/ramdisk/install.tmpl Fri Apr 02 15:46:34 1999 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: install.tmpl,v 1.6 1999/03/24 15:54:46 minoura Exp $
+# $NetBSD: install.tmpl,v 1.7 1999/04/02 15:46:34 minoura Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# Copyright (c) 1997 Perry E. Metzger
@@ -417,10 +417,8 @@
esac
echo ""
echo "Note that you have to use the SMALL kernel named"
- echo "netbsd.SMALL which is included in the kern.tgz"
- echo "distribution set instead of the standard kernel."
- echo "After you have extracted the kern.tgz distribution set,"
- echo "type \`mv /mnt/netbsd.SMALL /mnt/netbsd'."
+ echo "netbsd.SMALL in x68k/binary/kernel/ directory instead of"
+ echo "the standard kernel which is included the kern.tgz."
fi
if [ "$sect_fwd" = "sf:" ]; then
diff -r c86be7668ccf -r a1a4d931047d distrib/x68k/floppies/ramdisk/upgrade.tmpl
--- a/distrib/x68k/floppies/ramdisk/upgrade.tmpl Fri Apr 02 12:09:44 1999 +0000
+++ b/distrib/x68k/floppies/ramdisk/upgrade.tmpl Fri Apr 02 15:46:34 1999 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: upgrade.tmpl,v 1.4 1999/03/24 15:54:46 minoura Exp $
+# $NetBSD: upgrade.tmpl,v 1.5 1999/04/02 15:46:35 minoura Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# Copyright (c) 1997 Perry E. Metzger
@@ -263,10 +263,8 @@
esac
echo ""
echo "Note that you have to use the SMALL kernel named"
- echo "netbsd.SMALL which is included in the kern.tgz"
- echo "distribution set instead of the standard kernel."
- echo "After you have extracted the kern.tgz distribution set,"
- echo "type \`mv /mnt/netbsd.SMALL /mnt/netbsd'."
+ echo "netbsd.SMALL in x68k/binary/kernel/ directory instead of"
+ echo "the standard kernel which is included the kern.tgz."
fi
echo ""
Home |
Main Index |
Thread Index |
Old Index