Sugar on a Stick/Resources
< Sugar on a Stick
Jump to navigation
Jump to search
Revision as of 17:36, 23 October 2009 by Satellit (talk | contribs) (→Install Methods: add install to usb methods)
Project Home · Get Involved · Contacts · Resources · FAQ · Roadmap · To Do · Meetings
Project Planning
Use Cases
This is a list of ways we'll support Soas installation and their status. TODO: replace with a flow chart!
Sugar:
- From a hard disk:
- Local booting with storage - implemented via various distros
- Local booting with external storage - unimplemented, students would insert their SoaS stick and it would load their data off it and optionally update their stick's software to the latest image
- On a stick:
- Mobile booting using USB Boot support in BIOS - implemented
- Mobile booting using ISO helper CDs - implemented
- Mobile emulation - unimplemented
- Combination of booting and emulation - unimplemented
- http://wiki.sugarlabs.org/go/VMware (VMPlayer and Appliance on one 8GB bootable stick, or a 4 GB Boot stick and a 4 GB stick with the Appliance) works but is complicated. (Waiting for Fedora 11 to allow VMPlayer installation; this workaround uses Ubuntu 9.04 boot stick with VMPlayer.)
Install Methods
- Windows/Mac/Linux
- LiveUSB creator script - implemented
- Windows
- SoaS-emu - installer for a soas appliance on the local machine - work in progress
- MokaFive portable player installer - investigating
- Other
- LiveCD which creates USB sticks - works in SoaS Strawberry
- Insert the target USB storage device into your computer,
- Boot from a CD-ROM burnt with the soas-strawberry.iso image,
- Launch Terminal,
- Switch to the root user,
su -l
- Unmount the USB device,
umount /dev/sdb1
- Install the live image to the USB device by executing the following, single command with arguments:
/mnt/live/LiveOS/livecd-iso-to-disk --noverify --overlay-size-mb 300 --home-size-mb 160 --unencrypted-home --delete-home /dev/sr0 /dev/sdb1
- Note: If you have more than 1 hard disc or USB device, you should verify the name of the USB storage device by reviewing the output of the
mount
command before step 5 above.
- Note: If you have more than 1 hard disc or USB device, you should verify the name of the USB storage device by reviewing the output of the
- zyx-liveinstaller (in terminal) in soas02 to make USB from running CD "works in latest iso"
- dd install to usb with F12 dual mode .iso "works but no persistence"
- LiveCD which boots to live user and autostarts VMPlayer (installed in CD sqfs) then Students can sequentially insert their USB Stick and work on same PC - "idea" [satellit 07/05/2009]
- LiveCD which creates USB sticks - works in SoaS Strawberry
More Information
- SoaS Gitorious home - Tools to build Sugar on a Stick images.
- SoaS Desktop Manager Sugar_on_a_Stick/sdm
- For a testing drawing space, check this.
Home View Design
See this page for ideas about the Home View design.
Initial Home View Activities
Discussion of which Activities should be visible on initial display of the Home view is appropriate here. See this sugar-devel thread for the background.