Differences

This shows you the differences between two versions of the page.

Link to this comparison view

openbsd_liveusb [2013/03/05 17:57]
openbsd_liveusb [2013/03/05 17:57] (current)
Line 1: Line 1:
 +====== OpenBSD LiveUSB ======
  
 +  * [[OpenBSD]]
 +
 +  * [[http://​liveusb-openbsd.sourceforge.net/​|OpenBSD LiveUSB]]
 +  * [[http://​sourceforge.net/​projects/​liveusb-openbsd/​files/​|Downloads]]
 +
 +This is a great way to install OpenBSD from a USB stick.
 +
 +Short version: download the install image ''​install52.img.7z''​ which is an i386 install. ​ Unpack it and copy it to the USB drive:
 +
 +<​code>​
 +dd if=install52.img bs=512k of=/​dev/​usbhdd
 +</​code>​