On 2007/01/26 07:12, smith wrote:
> Is there a way to install an image file from a server to a computer using a cd
> that was burned with OpenBSD's cd40.iso?
> 
> put |"dd if=/dev/rwd0c bs=64k" imagefilename

very similar:
get imagefilename |"dd of=/dev/rwd0c bs=64k"

Reply via email to