Sugar on a Stick/Linux: Difference between revisions
No edit summary |
m Added an apt-get command for packages required by livecd-iso-to-disk.sh in Ubuntu (and Debian?) |
||
| Line 13: | Line 13: | ||
* Plug in a 1GB or larger USB stick into your computer. | * Plug in a 1GB or larger USB stick into your computer. | ||
* Download the installation script: http://people.sugarlabs.org/sdz/livecd-iso-to-disk.sh (09 April 2009) | * Download the installation script: http://people.sugarlabs.org/sdz/livecd-iso-to-disk.sh (09 April 2009) | ||
:Ensure Ubuntu has the packages required to run the livecd-iso-to-disk.sh | |||
: <tt>sudo apt-get install isomd5sum cryptsetup syslinux</tt> | |||
* Check the USB device. In the example below the device is /dev/sdb: | * Check the USB device. In the example below the device is /dev/sdb: | ||
: <tt>df -h</tt> | : <tt>df -h</tt> | ||