Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/sparc dd disk2 requires conv=osync unless we a...



details:   https://anonhg.NetBSD.org/src/rev/c13486ad8285
branches:  trunk
changeset: 499561:c13486ad8285
user:      abs <abs%NetBSD.org@localhost>
date:      Wed Nov 22 21:14:24 2000 +0000

description:
dd disk2 requires conv=osync unless we are lucky enough to hit a 36k boundary
on a gzippd tarfile.

diffstat:

 distrib/notes/sparc/install |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c4949199b93b -r c13486ad8285 distrib/notes/sparc/install
--- a/distrib/notes/sparc/install       Wed Nov 22 21:12:28 2000 +0000
+++ b/distrib/notes/sparc/install       Wed Nov 22 21:14:24 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.37 2000/11/05 03:31:19 mbw Exp $
+.\"    $NetBSD: install,v 1.38 2000/11/22 21:14:25 abs Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -204,7 +204,7 @@
 .Pp
 Insert the second floppy and run the following commands:
 .Pp
-.Dl # Ic "dd if=disk2 of=/dev/rfd0a bs=36k"
+.Dl # Ic "dd if=disk2 of=/dev/rfd0a conv=osync"
 .Dl # Ic "eject floppy"
 .Pp
 Be sure to label your floppies so you can later identify them.



Home | Main Index | Thread Index | Old Index