LiveOS image: Difference between revisions
m update link |
→Installation options: update space allocation for F17 |
||
Line 35: | Line 35: | ||
===Installation options=== | ===Installation options=== | ||
[[Sugar on a Stick]] may be installed on a 1 | [[Sugar on a Stick]] may be installed on a 1 GB USB device using the following options with '''[[fedora:livecd-iso-to-disk|livecd-iso-to-disk]]''' (on a single, Terminal Activity or console command line, even though the wiki may wrap the following text in accord with your browser window size): | ||
:{{Code|./livecd-iso-to-disk --reset-mbr --overlay-size-mb | :{{Code|./livecd-iso-to-disk --reset-mbr --overlay-size-mb '''200''' --home-size-mb '''150''' --delete-home --unencrypted-home /path/to/source/iso/or/device /dev/sd'''?'''1}} | ||
:: where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code| | :: where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sd'''b'''1}} or {{Code|sd'''c'''1}}, etc. | ||
The above configuration would allow space for the home folder, the operating system, and a little on the device root. | The above configuration would allow space for the home folder, the operating system, and a little on the device root. |