Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/notes/sparc Pull up revision 1.21 (requested by...
details: https://anonhg.NetBSD.org/src/rev/f1027486be87
branches: netbsd-1-4
changeset: 470117:f1027486be87
user: he <he%NetBSD.org@localhost>
date: Thu Jan 20 23:33:38 2000 +0000
description:
Pull up revision 1.21 (requested by pk):
Reduce block size in dd command to 4K; this should make the
blocking factor OK when reading from a pipe.
diffstat:
distrib/notes/sparc/install | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 41f6dc7b838f -r f1027486be87 distrib/notes/sparc/install
--- a/distrib/notes/sparc/install Thu Jan 20 23:31:12 2000 +0000
+++ b/distrib/notes/sparc/install Thu Jan 20 23:33:38 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: install,v 1.19.2.1 1999/07/01 19:23:10 perry Exp $
+.\" $NetBSD: install,v 1.19.2.2 2000/01/20 23:33:38 he Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -57,7 +57,7 @@
.Pp
Loading the miniroot onto your raw partition is simple. On NetBSD as well
as SunOS you use a command like:
-.Dl # Ic dd if=miniroot-\*V.fs of=/dev/rsd0b bs=20b conv=sync
+.Dl # Ic dd if=miniroot-\*V.fs of=/dev/rsd0b bs=4k conv=sync
(Here, `/dev/rsd0b' is assumed to be your swap partition.) There's a
potential problem here if /dev/rsd0b is actually in use as a swap
partition by your currently running system. If you don't have another
Home |
Main Index |
Thread Index |
Old Index