Line 77: |
Line 77: |
| *Download the liveUSB image [http://download.sugarlabs.org/soas/releases/soas-2-blueberry.iso soas-2-blueberry.iso] | | *Download the liveUSB image [http://download.sugarlabs.org/soas/releases/soas-2-blueberry.iso soas-2-blueberry.iso] |
| * Verify the file was downloaded properly ''by calculating its [http://download.sugarlabs.org/soas/releases/SHA1SUM SHA-1 checksum]''<br> | | * Verify the file was downloaded properly ''by calculating its [http://download.sugarlabs.org/soas/releases/SHA1SUM SHA-1 checksum]''<br> |
− | For protection against tampering and transmission errors, '''you should always compare the checksum of each download'''. | + | For protection against tampering and transmission errors, '''always compare the checksum of each download'''. |
| | | |
| | | |
Line 83: |
Line 83: |
| Open the Terminal Utility and type into the Terminal Window. Press the return key to run the command. | | Open the Terminal Utility and type into the Terminal Window. Press the return key to run the command. |
| <!-- "md5" will work too, but creates a different checksum e.g. ''$ md5 /Downloads/soas-2-blueberry.iso'' --> | | <!-- "md5" will work too, but creates a different checksum e.g. ''$ md5 /Downloads/soas-2-blueberry.iso'' --> |
− | *Mac OS version ≥10.6 type the following ''shasum ~/Downloads/soas-2-blueberry.iso<!--removed <code> tag for readability on Mac-->'' | + | *Mac OS version ≥10.6<br> <big> <code> shasum ~/Downloads/soas-2-blueberry.iso</code></big> |
− | * Mac OS version ≤10.5 type the following ''openssl sha1 ~/Downloads/soas-2-blueberry.iso'' | + | * Mac OS version ≤10.5<br> <big> <code> openssl sha1 ~/Downloads/soas-2-blueberry.iso</code></big> |
| * Compare the result to the official [http://download.sugarlabs.org/soas/releases/SHA1SUM SHA-1 checksum] stored at Sugar Labs. | | * Compare the result to the official [http://download.sugarlabs.org/soas/releases/SHA1SUM SHA-1 checksum] stored at Sugar Labs. |
| | | |
Line 90: |
Line 90: |
| '''To install Sugar onto a Stick''' | | '''To install Sugar onto a Stick''' |
| * Download the [http://download.sugarlabs.org/soas/releases/image-writer-mac image-writer for Mac computers ] | | * Download the [http://download.sugarlabs.org/soas/releases/image-writer-mac image-writer for Mac computers ] |
− | * Verify the file was downloaded properly ''by calculating its [http://download.sugarlabs.org/soas/releases/SHA1SUM SHA-1 checksum]''<br>For protection against tampering and transmission errors, '''you should always compare the checksum of each download'''. | + | * Verify the file was downloaded properly ''by calculating its [http://download.sugarlabs.org/soas/releases/SHA1SUM SHA-1 checksum]''<br>For protection against tampering and transmission errors, '''always compare the checksum of each download'''. |
| | | |
| | | |
| * Eject all USB drives. Insert the flash drive you wish to install Sugar on a Stick.<br> '''WARNING:''' your flash drive will be wiped in the next step! All partitions will be erased. | | * Eject all USB drives. Insert the flash drive you wish to install Sugar on a Stick.<br> '''WARNING:''' your flash drive will be wiped in the next step! All partitions will be erased. |
− | * Open the Terminal Utility and type into the Terminal Window. Press the return key to run the command.<br> <big><big><code>cd Downloads; python image-writer-mac soas-2-blueberry.iso</code></big></big><!--removed <code> tag for readability on Mac--><!-- extra spaces would add legibility, how to wiki format it? Try <big><code>codetext</code></big> or <big><big><code>codetext</code></big></big> Thank you for your contributing to the wiki! We've really needed help in this area. Please continue. --User:FGrose --> | + | * Open the Terminal Utility and type into the Terminal Window. Press the return key to run the command.<br><big><code>cd ~/Downloads; python image-writer-mac soas-2-blueberry.iso</code></big> |
| + | |
| + | <!-- extra spaces would add code legibility, how to wiki format it? Try <big><code>codetext</code></big> or <big><big><code>codetext</code></big></big> Thank you for your contributing to the wiki! We've really needed help in this area. Please continue. --User:FGrose --> |
| | | |
| {| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: white;" | | {| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: white;" |
Line 114: |
Line 116: |
| | | |
| | | |
− | Fedora Core is available for the powerPC processor. By booting Fedora on your Mac, you change it into a Fedora machine. You may then install Sugar directly -''yum''. The use of intel processor emulation on a powerPC Mac is not recommended. Due to the aging speeds of powerPC Macs, installing Fedora and Sugar directly will drastically outperform emulation. | + | Fedora Core is available for the powerPC processor. By booting Fedora on your Mac, you change it into a Fedora machine. You may then install Sugar directly -''yum''. The use of intel processor emulation on a powerPC Mac is not recommended. Due to the aging speeds of powerPC Macs, installing Fedora and Sugar will drastically outperform emulation. |
| | | |
| See the Linux section for more details. | | See the Linux section for more details. |