Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sun3 Rename netbsd-RAMDISK{, 3X}.gz -> netbsd.RAMDISK...
details: https://anonhg.NetBSD.org/src/rev/95a540c01fd0
branches: trunk
changeset: 488168:95a540c01fd0
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Jun 19 23:46:06 2000 +0000
description:
Rename netbsd-RAMDISK{,3X}.gz -> netbsd.RAMDISK{,3X}.gz for consistency.
etc/Makefile uses ${KERNEL}.${CONFIGFILE}.gz.
diffstat:
distrib/sun3/MakeBootTape | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 65be70c0dbaf -r 95a540c01fd0 distrib/sun3/MakeBootTape
--- a/distrib/sun3/MakeBootTape Mon Jun 19 23:44:16 2000 +0000
+++ b/distrib/sun3/MakeBootTape Mon Jun 19 23:46:06 2000 +0000
@@ -8,7 +8,7 @@
# segment 2: netbsd.sun3x (RAMDISK3X)
# segment 3: miniroot image
#
-# $NetBSD: MakeBootTape,v 1.5 2000/06/10 03:04:43 tsutsui Exp $
+# $NetBSD: MakeBootTape,v 1.6 2000/06/19 23:46:06 tsutsui Exp $
T=${1:-/dev/nrst0}
@@ -22,11 +22,11 @@
dd if=tapeboot of=$T obs=8k conv=sync
# Segment 2 is the Sun3 ramdisk kernel.
-gzip -d -c ../../binary/kernel/netbsd-RAMDISK.gz |
+gzip -d -c ../../binary/kernel/netbsd.RAMDISK.gz |
dd of=$T obs=8k conv=sync
# Segment 3 is the Sun3X ramdisk kernel.
-gzip -d -c ../../binary/kernel/netbsd-RAMDISK3X.gz |
+gzip -d -c ../../binary/kernel/netbsd.RAMDISK3X.gz |
dd of=$T obs=8k conv=sync
# Segment 4 is the miniroot image, unzipped!
Home |
Main Index |
Thread Index |
Old Index