Line 35: |
Line 35: |
| [[File:USB flash drive.jpg|156px|link=http://spins.fedoraproject.org/soas/#downloads]] | | [[File:USB flash drive.jpg|156px|link=http://spins.fedoraproject.org/soas/#downloads]] |
| |valign=top| | | |valign=top| |
− | # '''Prepare''': Use this script http://bit.ly/livecd-iso-to-disk to create a bootable image.<br>(Run {{Code|chmod +x livecd-iso-to-disk.sh}} after you download the script to make it executable.) <br>You should have the isomd5sum package installed so that the script can verify the download.<br><br> | + | # '''Prepare''': Use this script http://bit.ly/livecd-iso-to-disk to create a bootable image.<br>(You may need to run {{Code|chmod +x tools_livecd-iso-to-disk.sh}} after you download the script to make it executable.) <br>You should have the isomd5sum package installed so that the script can verify the download.<br><br> |
| # '''Download''': [http://spins.fedoraproject.org/soas/#downloads Download] the Sugar-on-a-Stick .iso file.<br><br> | | # '''Download''': [http://spins.fedoraproject.org/soas/#downloads Download] the Sugar-on-a-Stick .iso file.<br><br> |
− |
| |
| # '''Load''': Insert a USB stick of 1 GB or greater capacity. Execute, as the '''root''' user, in the directory where you downloaded the script, in <u>one</u> command with arguments, the following: | | # '''Load''': Insert a USB stick of 1 GB or greater capacity. Execute, as the '''root''' user, in the directory where you downloaded the script, in <u>one</u> command with arguments, the following: |
− | #:{{Code|./livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home '''/path/to/source'''.iso /dev/sd'''?'''1}} | + | #:{{Code|./tools_livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home '''/path/to/source'''.iso /dev/sd'''?'''1}} |
| #: where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc. and /path/to/source is the location and name of the .iso file. You can use the {{Code|blkid}} or {{Code|df}} command to get the device node name.<br><br> | | #: where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc. and /path/to/source is the location and name of the .iso file. You can use the {{Code|blkid}} or {{Code|df}} command to get the device node name.<br><br> |
| # '''Boot''': Insert the USB stick into a USB port on your computer. Set the option to "boot from USB" in your computer's <abbr title="Basic Input/Output System">BIOS</abbr> setup, and then start up the computer. | | # '''Boot''': Insert the USB stick into a USB port on your computer. Set the option to "boot from USB" in your computer's <abbr title="Basic Input/Output System">BIOS</abbr> setup, and then start up the computer. |