User:Walter/Get Sugar: Difference between revisions
| Line 24: | Line 24: | ||
{| | {| | ||
|- | |- | ||
|[[File:Gnulinux.png|link=Sugar on a Stick/Linux]]||'''1 | |[[File:Gnulinux.png|link=Sugar on a Stick/Linux]]||'''(1) Prepare''': Use this script file http://bit.ly/livecd-iso-to-disk to create a bootable image. (Run {{Code|chmod +x livecd-iso-to-disk.sh}} after you download the script to make it executable.) | ||
|- | |- | ||
|[[File:Download Mirabell.png|left|link=http://spins.fedoraproject.org/soas/#downloads]]||'''(2) Download''': [http://spins.fedoraproject.org/soas/#downloads Download] the Sugar-on-a-Stick iso. | |[[File:Download Mirabell.png|left|link=http://spins.fedoraproject.org/soas/#downloads]]||'''(2) Download''': [http://spins.fedoraproject.org/soas/#downloads Download] the Sugar-on-a-Stick iso. | ||
|- | |- | ||
| ||'''3 | | ||'''(3) Burn''': Execute, as the root user, in <u>one</u> command with arguments, the following:<br> | ||
{{Code|./livecd-iso-to-disk.sh --overlay-size-mb 200 --home-size-mb 200 --delete-home --unencrypted-home /path/to/source.iso /dev/sd'''?'''1}}<br> | {{Code|./livecd-iso-to-disk.sh --overlay-size-mb 200 --home-size-mb 200 --delete-home --unencrypted-home /path/to/source.iso /dev/sd'''?'''1}}<br> | ||
: where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc. | : where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc. | ||