pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/memtest86 Correct hint so that dd will succee...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1bfff7dd0d8e
branches: trunk
changeset: 485675:1bfff7dd0d8e
user: ben <ben%pkgsrc.org@localhost>
date: Sat Dec 18 16:26:34 2004 +0000
description:
Correct hint so that dd will succeed when memtest.bin is not an even
number of blocks in size.
diffstat:
sysutils/memtest86/MESSAGE | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r ae24053e28b9 -r 1bfff7dd0d8e sysutils/memtest86/MESSAGE
--- a/sysutils/memtest86/MESSAGE Sat Dec 18 16:24:37 2004 +0000
+++ b/sysutils/memtest86/MESSAGE Sat Dec 18 16:26:34 2004 +0000
@@ -1,10 +1,10 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2002/03/07 14:44:36 wiz Exp $
+$NetBSD: MESSAGE,v 1.2 2004/12/18 16:26:34 ben Exp $
Memtest86 is a standalone program, it does not run within an operating
system. It has been designed to boot from a PC floppy disk. To install
Memtest86 on a floppy, insert a disk then type:
- dd if=${PREFIX}/mdec/memtest.bin of=/dev/fd0a
+ dd if=${PREFIX}/mdec/memtest.bin of=/dev/fd0a conv=osync
Please read the documentation at:
${PREFIX}/share/doc/memtest/README
Home |
Main Index |
Thread Index |
Old Index