OpenWRT x86 Style Disks and Booting: Difference between revisions

mNo edit summary
mNo edit summary
Line 2: Line 2:


===For Cloning a Drive===
===For Cloning a Drive===
<code>dd if=/dev/sdX of=/dev/sdY bs=512 count=1</code>
<code>dd if=/dev/sdX of=/dev/sdY bs=512 count=1</code>
<code>dd if=/dev/sdX of=/dev/sdY bs=512 count=1</code>