Sugar on a Stick/Installation: Difference between revisions
Line 36: | Line 36: | ||
{{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}}<br> | {{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}}<br> | ||
: where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc.<br> | : where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc.<br> | ||
: make sure to replace /path/to/source.iso with the name of the downloaded sugar-on-a-stick image, like | : make sure to replace {{Code|/path/to/source.iso}} with the name of the downloaded sugar-on-a-stick image, like {{Code|Fedora-14-i686-Live-SoaS.iso}} | ||
''Be certain of your USB/SD '''s'''csi '''d'''rive node name (such as sda, sdb, etc.) and partition (such as 1, 2, etc.).<br> | ''Be certain of your USB/SD '''s'''csi '''d'''rive node name (such as sda, sdb, etc.) and partition (such as 1, 2, etc.).<br> | ||
: Use the {{Code|df -Th}} command to confirm your devices before executing the script. | : Use the {{Code|df -Th}} command to confirm your devices before executing the script. |