Line 18: |
Line 18: |
| | | |
| [[Image:Windows.gif|link=Sugar on a Stick/Blueberry#Windows_Users]] | | [[Image:Windows.gif|link=Sugar on a Stick/Blueberry#Windows_Users]] |
| + | [[Image:Apple.gif|link=Sugar on a Stick/Blueberry#Mac_Users]] |
| [[Image:Gnulinux.png|link=Sugar on a Stick/Blueberry#GNU.2FLinux_Users]] | | [[Image:Gnulinux.png|link=Sugar on a Stick/Blueberry#GNU.2FLinux_Users]] |
− | [[Image:Apple.gif|link=Sugar on a Stick/Blueberry#Mac_Users]]
| |
| | | |
| ==== Windows Users ==== | | ==== Windows Users ==== |
| | | |
− | :'''TODO:''' add screenshots | + | :'''TODO:''' add screenshots (we'll use the .iso file here) |
| | | |
| # Download the latest version of Fedora ''LiveUSB Creator'' from http://fedorahosted.org/liveusb-creator/ and extract it; | | # Download the latest version of Fedora ''LiveUSB Creator'' from http://fedorahosted.org/liveusb-creator/ and extract it; |
Line 39: |
Line 39: |
| ==== GNU/Linux Users ==== | | ==== GNU/Linux Users ==== |
| | | |
− | :'''TODO:''' we'll use image-writer here | + | :'''TODO:''' we'll use image-writer here (requires 2-gig key) |
| + | |
| + | # Download the ''Sugar on a Stick (Blueberry)'' live image from here: '''TODO:''' add link to pre-partitioned image |
| + | # Download the ''image-writer'' tool from here: '''TODO:''' grab working version and put it on dl.sl.o ([http://git.moblin.org/cgit.cgi/moblin-image-creator/plain/image-writer direct link]) |
| + | # Open a terminal and become root, either by using ''su'' or ''sudo'' (the latter one each time on the next commands). |
| + | # If necessary, unmount your flash drive by running: <code>umount /dev/sdX</code> (whereas X is the devices number) |
| + | # Enter the following command: <code>./image-writer soas-2-blueberry.img</code> '''TODO:''' check filename |
| + | # The script will output a device name; confirm that this matches with your flash drive. |
| + | # You will be notified once the process has finished, while you can also check the ETA for reference. |
| | | |
| ==== Mac Users ==== | | ==== Mac Users ==== |
| | | |
| :'''TODO:''' need to add and test instructions here | | :'''TODO:''' need to add and test instructions here |
| + | |
| + | # Download the ''Sugar on a Stick (Blueberry)'' live image from here: '''TODO:''' add link to pre-partitioned image |
| + | # Open a terminal and run <code>diskutil unmountDisk /dev/diskX</code> (whereas X is the devices number) |
| + | # Run <code>sudo dd if=/path/to/downloaded.img of=/dev/diskX bs=1024</code> ('''NOTE:''' This will wipe your flash drive entirely!) |
| + | # Eject your flash drive by running: <code>diskutil eject /dev/diskX</code> |