Testing/Reports/Sugar on a Stick: Difference between revisions
m →File:Usb1.png dd writable 2GB USB Soas-v6-Pineapple-USB: link to .img file |
|||
| Line 211: | Line 211: | ||
==[[File:Usb1.png]] dd writable 2GB USB Soas-v6-Pineapple-USB== | ==[[File:Usb1.png]] dd writable 2GB USB Soas-v6-Pineapple-USB== | ||
*'''How to Write''' | *Download: http://people.sugarlabs.org/Tgillard/soas-v6-i686.img | ||
*Command Line to | |||
*'''How to Write you own''' | |||
*Command Line to use in root terminal: | |||
sudo livecd-iso-to-disk --reset-mbr --format --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home Fedora-16-release-i686-Live-SoaS.iso /dev/sdb | sudo livecd-iso-to-disk --reset-mbr --format --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home Fedora-16-release-i686-Live-SoaS.iso /dev/sdb | ||
*use Disk Utility in f16 to format the USB as Master boot Record and /dev/sd(x)1 as FAT first. | *use Disk Utility in f16 to format the USB as Master boot Record and /dev/sd(x)1 as FAT first. | ||
*make .img file from inserted USB | *make .img file from inserted USB | ||
:Do this before | :'''Do this before you boot the USB.''' | ||
:( This will avoid network collisions when running multiple copies on the network.) | |||
:the unique ssh keys are generated on first boot of a SoaS USB | |||
dd if=/dev/sd(x) of=Soas-v6-Pineapple.img | dd if=/dev/sd(x) of=Soas-v6-Pineapple.img | ||