Talk:Sugar on a Stick/Installation/Variations: Difference between revisions
→How To Sugarize liveusb-creator: add info for strawberry |
|||
| Line 3: | Line 3: | ||
'''DO this when running a live USB SOAS ''' | '''DO this when running a live USB SOAS ''' | ||
*Locations of activities in sugar versions: | *Locations of activities in sugar versions: | ||
soas-1-strawberry /home/liveuser/Activites | |||
soas-v2-Blueberry | soas-v2-Blueberry /home/liveuser/Activities | ||
soas-i386-Nightly composes: /usr/share/sugar/activity | soas-i386-Nightly composes: /usr/share/sugar/activity | ||
F12-EDU-spin: /home/xxxx/Activities | F12-EDU-spin: /home/xxxx/Activities | ||
IN Sugar Terminal enter: | |||
su - | |||
yum install liveusb-creator 15 pkgs 32M | |||
yum install wget 711k | |||
yum install gedit 5.7 | |||
*the script "sug" needs to be edited to reflect the location of activities in different versions of SUGAR: | |||
*Edit the line :"CREATEPATH"= at begining of script "sug" | |||
(use gedit command in terminal) | |||
/bin/sh | |||
CREATEPATH=/home/xxxx/Activities/ | |||
ACTIVITYFILE=activity/activity/activity.info | |||
'''Instructions:''' | '''Instructions:''' | ||
| Line 47: | Line 50: | ||
wget http://www.catmoran.com/olpc/l.svg | wget http://www.catmoran.com/olpc/l.svg | ||
>*the script "sug" needs to be edited to reflect the location of activities in different versions of SUGAR: | |||
*Edit the line :"CREATEPATH"= at begining of script "sug" | |||
(use gedit command in terminal) | |||
/bin/sh | |||
CREATEPATH=/home/xxxx/Activities/ | |||
ACTIVITYFILE=activity/activity/activity.info | |||
> | |||
To run: | To run: | ||
| Line 76: | Line 88: | ||
The script will give you a success message. Reboot sugar to see the new task in the sugar taskbar." | The script will give you a success message. Reboot sugar to see the new task in the sugar taskbar." | ||
'''Alternate Download Location:''' | |||
http://people.sugarlabs.org/Tgillard/libsugarize.so | |||
http://people.sugarlabs.org/Tgillard/sug.txt (rename without .txt after download) | |||
===From https://bugzilla.redhat.com/show_bug.cgi?id=460854=== | ===From https://bugzilla.redhat.com/show_bug.cgi?id=460854=== | ||
--- Comment #4 from Jeremy Katz <katzj@redhat.com> 2009-02-04 09:15:40 EDT --- The problem is that the overlay fills up and that there is then nothing that can really be done. Fedora 10 adds the 'reset_overlay' option that you can pass on the kernel command line which helps to recover, but ultimately, we need something better than dm-snapshot to use for the overlay | --- Comment #4 from Jeremy Katz <katzj@redhat.com> 2009-02-04 09:15:40 EDT --- The problem is that the overlay fills up and that there is then nothing that can really be done. Fedora 10 adds the 'reset_overlay' option that you can pass on the kernel command line which helps to recover, but ultimately, we need something better than dm-snapshot to use for the overlay | ||