diff options
author | 2007-01-08 14:10:02 +0000 | |
---|---|---|
committer | 2007-01-08 14:10:02 +0000 | |
commit | f1536127c05ddd81d6d091c704df3fcab0ee7010 (patch) | |
tree | 1c06038672a4d4f312f2d14f0b9639d1a22fa8f1 | |
parent | discard packet and return if ifp is not a member of the bridge (diff) | |
download | wireguard-openbsd-f1536127c05ddd81d6d091c704df3fcab0ee7010.tar.xz wireguard-openbsd-f1536127c05ddd81d6d091c704df3fcab0ee7010.zip |
describe disk preparation better, inspired by the sparc miniroot
instructions
ok miod@
-rw-r--r-- | distrib/notes/landisk/prep | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/distrib/notes/landisk/prep b/distrib/notes/landisk/prep index 22634a17113..96c9ac40e63 100644 --- a/distrib/notes/landisk/prep +++ b/distrib/notes/landisk/prep @@ -1,6 +1,10 @@ -dnl $OpenBSD: prep,v 1.1 2006/11/09 00:45:37 deraadt Exp $ +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 copy a miniroot image onto the CF or harddrive that the machine -uses. +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 |