diff options
author | 2002-11-07 22:38:36 +0000 | |
---|---|---|
committer | 2002-11-07 22:38:36 +0000 | |
commit | e20fe566adcd4c5404111b627b41b5644df4273b (patch) | |
tree | 5020a7571032d8b8e3c626480e042f8be3f06ac5 | |
parent | check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.de (diff) | |
download | wireguard-openbsd-e20fe566adcd4c5404111b627b41b5644df4273b.tar.xz wireguard-openbsd-e20fe566adcd4c5404111b627b41b5644df4273b.zip |
mention onther windows nt flavours wrt using proper raw floppy writing utility; form DJ Gregor via pr2851
-rw-r--r-- | distrib/notes/m4.common | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index c34a4bb205b..df4ffc4a3f8 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.38 2002/10/07 19:31:01 miod Exp $ +dnl $OpenBSD: m4.common,v 1.39 2002/11/07 22:38:36 mickey Exp $ dnl dnl a simple MACHINE->MACHINE_ARCH converter. define(`MACHINE_ARCH', @@ -711,10 +711,11 @@ define({:-OpenBSDXferFloppyFromDOS-:}, image copy and boot process is not especially tolerant of read errors. - Note that if you are using NT to write the images to disk, you - will need to use ntrw.exe instead. It is also available in the - "tools" directory. Grab it and run in with the correct - arguments like this "ntrw <image> <drive>:" + Note that if you are using NT, 2000, or XP to write the + images to disk, you will need to use ntrw.exe instead. It + is also available in the "tools" directory. Grab it and + run in with the correct arguments like this "ntrw <image> + <drive>:" Note that, when installing, the boot floppy can be write-protected (i.e read-only).-:})dnl |