Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/sun3 Pull up revisions 1.5-1.6 (requested by na...
details: https://anonhg.NetBSD.org/src/rev/429fce428c85
branches: netbsd-1-4
changeset: 470791:429fce428c85
user: he <he%NetBSD.org@localhost>
date: Sun Jul 23 16:30:05 2000 +0000
description:
Pull up revisions 1.5-1.6 (requested by nathanw):
Fixes to release building machinery:
o ramdisk kernel names changed
diffstat:
distrib/sun3/MakeBootTape | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 4849fdca7c30 -r 429fce428c85 distrib/sun3/MakeBootTape
--- a/distrib/sun3/MakeBootTape Sun Jul 23 16:23:19 2000 +0000
+++ b/distrib/sun3/MakeBootTape Sun Jul 23 16:30:05 2000 +0000
@@ -8,7 +8,7 @@
# segment 2: netbsd.sun3x (RAMDISK3X)
# segment 3: miniroot image
#
-# $NetBSD: MakeBootTape,v 1.4 1998/02/12 20:32:44 gwr Exp $
+# $NetBSD: MakeBootTape,v 1.4.2.1 2000/07/23 16:30:05 he 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-rd.sun3.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-rd.sun3x.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