Sugar on a Stick/Installation: Difference between revisions
HoboPrimate (talk | contribs) →with GNU/Linux: Advanced instructions should follow the simpler ones |
HoboPrimate (talk | contribs) →with GNU/Linux: unecessary information, simplified a phrase, and will copy the link to LiveOS to the end of the page |
||
| Line 41: | Line 41: | ||
{{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., and<br> | : where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc., and<br> | ||
: make sure to replace {{Code|/path/to/source.iso}} with the path to the downloaded sugar-on-a-stick | : make sure to replace {{Code|/path/to/source.iso}} with the path to the downloaded sugar-on-a-stick iso file.<br> | ||
: The overlay and home size parameters, 300 | : The operating system will occupy ~520 MB, and the overlay and home size parameters, 300 and 175, where were selected to fit in a 1GB device, but may be adjusted according to your device capacity. | ||
''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. | ||