Talk:Sugar on a Stick/Sugar Clone: Difference between revisions
Other neat uses for the modified_livecd-iso-to-disk script |
m →Live USB': edit |
||
| Line 30: | Line 30: | ||
====''Live USB'''==== | ====''Live USB'''==== | ||
* Copy-paste | * Copy-paste soas-i386-20100405.17.iso (or any soas .iso) to a 2GB live USB while it is mounted in a PC | ||
* copy-paste modified_livecd-iso-to-disk to same location from PC | |||
=====reboot with USB===== | |||
* reboot with this USB and proceed to write it to another 2GB USB: | * reboot with this USB and proceed to write it to another 2GB USB: | ||
* alternately do this: | |||
In the Terminal Activity, change the working directory: | |||
/mnt/live/ | cd /mnt/live | ||
wget http://people.sugarlabs.org/fgrose/modified_livecd-iso-to-disk | |||
chmod +x modified_livecd-iso-to-disk | |||
=====Make new USB===== | |||
./modified_livecd-iso-to-disk soas-i386-20100405.17.iso /dev/sd(*)1 | ./modified_livecd-iso-to-disk soas-i386-20100405.17.iso /dev/sd(*)1 | ||
Works fine.... | Works fine.... | ||
'''It should work with any live cd.iso''' | '''It should work with any live cd.iso''' | ||