Changes

Jump to navigation Jump to search
Line 55: Line 55:  
==== Linux Users ====
 
==== Linux Users ====
   −
* Download the final version of SoaS: 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 the following three packages on your machine: syslinux isomd5sum cryptsetup
+
# Install these three packages: ''syslinux'', ''isomd5sum'', and ''cryptsetup''
* Download this script to put the image on your USB key: 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 USB key in and unmount it afterwards
+
# Plug your target USB key into your computer;
 +
# Unmount the USB key (e.g., <code>sudo umount /dev/sdb1</code>);
 
* Execute the script with the following command as root:
 
* Execute the script with the following command as root:
 +
<code>./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 would be sdb1! 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.
 
  −
<code>./livecd-iso-to-disk.sh --overlay-size-mb 300 --home-size-mb 160 --delete-home --unencrypted-home soas-strawberry.iso /dev/sdb</code>
      
==== Mac Users ====
 
==== Mac Users ====

Navigation menu