line

EXAMPLES

Write an OpenBSD floppy image to a floppy disk:

# dd if=floppy34.fs of=/dev/rfd0c bs=32k

add or change to below?
-----

Write an OpenBSD install image to a USB storage device:

# dd if=install62.fs of=/dev/rsdNc bs=1m

where N is the device number.  You can find the correct device number
 by checking dmesg(8) when inserting the media.

--
borrow from INSTALL.amd64

Reply via email to