Sugar on a Stick/Linux: Difference between revisions
No edit summary |
|||
Line 63: | Line 63: | ||
* Run it as root, making sure to pass the correct USB device and to set overlay and home size appropriately, depending on the stick size. | * Run it as root, making sure to pass the correct USB device and to set overlay and home size appropriately, depending on the stick size. | ||
: <tt>sudo ./livecd-iso-to-disk.sh --overlay-size-mb 300 --home-size-mb 160 --delete-home --unencrypted-home soas-beta.iso /dev/sdb1</tt> | : <tt>sudo ./livecd-iso-to-disk.sh --overlay-size-mb 300 --home-size-mb 160 --delete-home --unencrypted-home soas-beta.iso /dev/sdb1</tt> | ||
The ''livecd-iso-to-disk'' installation has the advantage over the '' | The ''livecd-iso-to-disk'' installation has the advantage over the ''liveusb-creator'' installation method by allowing a persistent /home/liveuser folder with the <tt>--home-size-mb ''NNN''</tt> option. This feature would allow you to update the OS image while keeping the user files (by running the script against your existing installation but <u>leaving out</u> the --home-size-mb NNN option). | ||
* The <code>--delete-home</code> option is used to avoid an error message while requesting both a new home (with <code>--home-size-mb</code>) and a persistent home (indirectly with <code>--unencrypted-home</code>). You wouldn't use the --delete-home option on an upgrade of the operation system only. | * The <code>--delete-home</code> option is used to avoid an error message while requesting both a new home (with <code>--home-size-mb</code>) and a persistent home (indirectly with <code>--unencrypted-home</code>). You wouldn't use the --delete-home option on an upgrade of the operation system only. | ||
Depending on the size of your usb stick, you may have to decrease <code>--overlay-size-mb</code> and <code>--home-size-mb</code> values (example, for 1 GB stick, use 200 for each). | Depending on the size of your usb stick, you may have to decrease <code>--overlay-size-mb</code> and <code>--home-size-mb</code> values (example, for 1 GB stick, use 200 for each). | ||
== Alternative | == Alternative installation methods == | ||
=== UNetbootin === | === UNetbootin === | ||
Line 83: | Line 83: | ||
=== Fedora Live USB Creator === | === Fedora Live USB Creator === | ||
(This section is under construction.) | |||
Fedora | Fedora's ''liveusb-creator'' (see [[Sugar on a Stick/Windows | windows install section]] above for how to use). | ||
Needs to be loaded from Synaptic Package Manager | Needs to be loaded from Synaptic Package Manager | ||
Line 102: | Line 103: | ||
== What's next? == | == What's next? == | ||
After you've created your stick, it's time to [[Sugar_on_a_Stick# | After you've created your stick, it's time to [[Sugar_on_a_Stick#Boot|boot your stick]] and [[Sugar on a Stick/Getting Involved | test]] it out. Please also [[Sugar on a Stick/Getting Involved/Testing | report]] your observations. | ||
[[Category:HowTo]] | [[Category:HowTo]] |