Sugar on a Stick/Strawberry: Difference between revisions
mNo edit summary |
|||
| Line 61: | Line 61: | ||
# Unmount the USB key (e.g., <code>sudo umount /dev/sdb1</code>); | # Unmount the USB key (e.g., <code>sudo umount /dev/sdb1</code>); | ||
# Execute the script with the following command: | # Execute the script with the following command: | ||
:<code>sudo ./livecd-iso-to-disk.sh --overlay-size-mb 300 --home-size-mb 160 --delete-home --unencrypted-home soas-strawberry.iso /dev/ | :<code>sudo ./livecd-iso-to-disk.sh --overlay-size-mb 300 --home-size-mb 160 --delete-home --unencrypted-home soas-strawberry.iso /dev/sdb</code> | ||
:'''Note:''' In this example, your USB device would be | :'''Note:''' In this example, your USB device would be sdb! Adjust this before confirming the command, if necessary. Also, you might want to increase the home or overlay size if you have more than 1 GB of space. | ||
==== Mac Users ==== | ==== Mac Users ==== | ||
| Line 104: | Line 104: | ||
=== Custom Builds === | === Custom Builds === | ||
Preliminary instructions how to customize and compose an image can be found [[Sugar_on_a_Stick/Customization| here]]. | |||