Changes

Jump to navigation Jump to search
Line 59: Line 59:  
==== Linux Users ====
 
==== Linux Users ====
   −
# Download the SoaS iso image from http://download.sugarlabs.org/soas/releases/soas-strawberry.iso
+
# Download the SoaS iso image from http://download.sugarlabs.org/soas/releases/soas-strawberry.iso,
# Install these three packages: ''syslinux'', ''isomd5sum'', and ''cryptsetup''
+
# Install these three packages: ''syslinux'', ''isomd5sum'', and ''cryptsetup'',
 
# Download this script: http://download.sugarlabs.org/soas/releases/livecd-iso-to-disk.sh
 
# Download this script: http://download.sugarlabs.org/soas/releases/livecd-iso-to-disk.sh
# Plug your target USB flash drive into your computer;
+
# Change mode to make the script executable,
# Unmount the USB flash drive (e.g., <code>sudo umount /dev/sdb1</code>);
+
#: <code>chmod +x livecd-iso-to-disk.sh</code>
 +
# Plug your target USB flash drive into your computer,
 +
# Unmount the USB flash drive (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/sdb1</code>
 
#:<code>sudo ./livecd-iso-to-disk.sh --overlay-size-mb 300 --home-size-mb 160 --delete-home --unencrypted-home soas-strawberry.iso /dev/sdb1</code>
   −
:'''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.
+
:'''Note:''' In this example, your USB device node is assumed to be sdb. Verify this before confirming the command. Also, you might want to increase the home or overlay size if you have more than 1 GB of space.
 
: More detailed information is available [[Sugar on a Stick/Linux|here]].
 
: More detailed information is available [[Sugar on a Stick/Linux|here]].
  

Navigation menu