VMware: Difference between revisions

Satellit (talk | contribs)
m openSUSE: http://en.opensuse.org/Sugar link
Satellit (talk | contribs)
Line 154: Line 154:
===Image USB/SD Drives===
===Image USB/SD Drives===
*details how to use uncompresses raw file: http://en.opensuse.org/Disc_image_howtos
*details how to use uncompresses raw file: http://en.opensuse.org/Disc_image_howtos
  from terminal: sudo dd if=/home/suse/myappliance.raw of=/dev/sdb bs=4k
  Unmount the USB first.then from terminal: sudo dd if=/home/suse/myappliance.raw of=/dev/sdb bs=4k
* Typical Image Session with raw file on Desktop (BE CERTAIN YOUR USB IS sdb. (DO NOT use sdb1) Change if different.)
* Typical Image Session with raw file on Desktop (BE CERTAIN YOUR USB IS sdb. (DO NOT use sdb1) Change if different.)
  xxxx@xxxx-Hardy:~/Desktop/$ sudo dd if=openSUSE-Sugar-liveUSB-unstable.i686-0.0.1-Build11.2.raw of=/dev/sdb bs=4k
  xxxx@xxxx-Hardy:~/Desktop/$ sudo dd if=openSUSE-Sugar-liveUSB-unstable.i686-0.0.1-Build11.2.raw of=/dev/sdb bs=4k