blob: 96c9ac40e63e2c556654176e93bc807460f0012b (
plain)
1
2
3
4
5
6
7
8
9
10
|
dnl $OpenBSD: prep,v 1.2 2007/01/08 14:10:02 martin Exp $
To be able to boot the OpenBSD/MACHINE installation program, you will
need to prepare the CF or harddrive in another machine. Note this will
destroy any previous hard disk content.
Use the dd(1) utility to copy the file to the hard drive.
The command would likely be:
dd if=miniroot{:--:}OSrev.fs of=/dev/rwd1c
dnl
dnl XXX bootable partitions
|