summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-10-01 01:46:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-10-01 01:46:24 +0000
commitb9d5b142a9b78a25214c13c57ecac1f132825927 (patch)
tree171839ae7b6e9bc01c505c30b80c43fe6c833bcd
parent4385c0586ea0e94a17c8afa1810bbfaaf4f61703 (diff)
No boot floppy, so remove any references to a floppy.fs in examples.
-rw-r--r--distrib/notes/sun3/xfer2
1 files changed, 0 insertions, 2 deletions
diff --git a/distrib/notes/sun3/xfer b/distrib/notes/sun3/xfer
index c9fba3bb2a1..9bf4e703707 100644
--- a/distrib/notes/sun3/xfer
+++ b/distrib/notes/sun3/xfer
@@ -40,8 +40,6 @@ Creating a bootable hard disk using SunOS or other Un*x-like system:
Use the dd(1) utility to copy the file to the hard drive.
Under SunOS, the command would be:
- dd if=floppy{:--:}OSrev.fs of=/dev/rsd0b bs=36b
- - or -
dd if=miniroot{:--:}OSrev.fs of=/dev/rsd0b bs=36b
The blocksize is arbitrary as long as it's a multiple of 512-bytes