I have:
* A livecd for Fedora 10 devel (rawhide) that allows a Sugar 0.82 boot option via GDM. We're missing activites, but as those make their way into rawhide for F10, we will close these gaps quickly.
* A kickstart file that can be used by any Fedora user to generate such an image trivially.
So. Where shall we host them? Somewhere in Fedora-land, or somewhere in Sugar-land?
--g
On Thu, Sep 25, 2008 at 11:56 AM, Greg Dekoenigsberg gdk@redhat.com wrote:
I have:
- A livecd for Fedora 10 devel (rawhide) that allows a Sugar 0.82 boot
option via GDM. We're missing activites, but as those make their way into rawhide for F10, we will close these gaps quickly.
- A kickstart file that can be used by any Fedora user to generate such an
image trivially.
So. Where shall we host them? Somewhere in Fedora-land, or somewhere in Sugar-land?
Why not both, and torrent it up on http://linuxtracker.org/ ?
Sameer
Greg Dekoenigsberg wrote:
I have:
- A livecd for Fedora 10 devel (rawhide) that allows a Sugar 0.82 boot
option via GDM. We're missing activites, but as those make their way into rawhide for F10, we will close these gaps quickly.
- A kickstart file that can be used by any Fedora user to generate such
an image trivially.
So. Where shall we host them? Somewhere in Fedora-land, or somewhere in Sugar-land?
Can I see the ks to see if it will play well in the appliance tooling?
-- bk
Sure. Here it is. At some point I'll upload it into git somewhere.
===
%include livecd-fedora-base-desktop.ks
%packages @games @graphical-internet @graphics @sound-and-video @gnome-desktop nss-mdns NetworkManager-vpnc NetworkManager-openvpn # we don't include @office so that we don't get OOo. but some nice bits abiword gnumeric #planner #inkscape
# Sugar! @sugar-desktop -fedora-logos generic-logos
@albanian-support @arabic-support @assamese-support @basque-support @belarusian-support @bengali-support @brazilian-support @british-support @bulgarian-support @catalan-support @chinese-support @czech-support @danish-support @dutch-support @estonian-support @finnish-support @french-support @galician-support @georgian-support @german-support @greek-support @gujarati-support @hebrew-support @hindi-support @hungarian-support @indonesian-support @italian-support @japanese-support @kannada-support @korean-support @latvian-support @lithuanian-support @macedonian-support @malayalam-support @marathi-support @nepali-support @norwegian-support @oriya-support @persian-support @polish-support @portuguese-support @punjabi-support @romanian-support @russian-support @serbian-support @slovak-support @slovenian-support @spanish-support @swedish-support @tamil-support @telugu-support @thai-support @turkish-support @ukrainian-support @vietnamese-support @welsh-support
# The following locales have less than 50% translation coverage for the core # GNOME stack, as found at http://l10n.gnome.org/languages/
#@afrikaans-support #@armenian-support #@bhutanese-support #@bosnian-support #@breton-support #@croatian-support #@esperanto-support #@ethiopic-support #@faeroese-support #@filipino-support #@gaelic-support #@icelandic-support #@inuktitut-support #@irish-support #@khmer-support #@lao-support #@low-saxon-support #@malay-support #@maori-support #@mongolian-support #@northern-sami-support #@northern-sotho-support #@samoan-support #@sinhala-support #@somali-support #@southern-ndebele-support #@southern-sotho-support #@swati-support #@tagalog-support #@tibetan-support #@tonga-support #@tsonga-support #@tswana-support #@urdu-support #@venda-support #@walloon-support #@xhosa-support #@zulu-support
# These fonts are only used in the commented-out locales above -lklug-fonts -abyssinica-fonts -jomolhari-fonts
# avoid weird case where we pull in more festival stuff than we need festival festvox-slt-arctic-hts
# dictionaries are big -aspell-* -hunspell-* -man-pages-* -scim-tables-* -wqy-bitmap-fonts -dejavu-fonts-experimental
# more fun with space saving -scim-lang-chinese -scim-python* scim-chewing scim-pinyin
# save some space -gnome-user-docs -gimp-help -evolution-help -autofs -nss_db -vino -dasher -evince-dvi -evince-djvu # not needed for gnome -acpid # temporary - drags in many deps -ekiga -tomboy -f-spot %end
%post cat >> /etc/rc.d/init.d/fedora-live << EOF # disable screensaver locking gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null # set up timed auto-login for after 60 seconds cat >> /etc/gdm/custom.conf << FOE [daemon] TimedLoginEnable=true TimedLogin=fedora TimedLoginDelay=60 FOE
EOF
%end
=====
On Thu, 25 Sep 2008, Bryan Kearney wrote:
Greg Dekoenigsberg wrote:
I have:
- A livecd for Fedora 10 devel (rawhide) that allows a Sugar 0.82 boot
option via GDM. We're missing activites, but as those make their way into rawhide for F10, we will close these gaps quickly.
- A kickstart file that can be used by any Fedora user to generate such an
image trivially.
So. Where shall we host them? Somewhere in Fedora-land, or somewhere in Sugar-land?
Can I see the ks to see if it will play well in the appliance tooling?
-- bk
Greg Dekoenigsberg wrote:
Sure. Here it is. At some point I'll upload it into git somewhere.
I built an image for this which can be run in en/kvm. To use it:
1) Download [1] 2) Uncompress it 3) run virt-image sugar-rawhide.xml
This will default to 1024 megs of memory. If you would prefer to build it locally:
1) Download [2] 2) Install the appliance-tools rpm (in f9 and rawhide) 3) run appliance-creator -f qcow2 --vmem 1024 --name sugar-rawhide --config sugar-f10.ks
-- bk
[1] http://sugar.s3.amazonaws.com/sugar-rawhide.tgz [2] http://sugar.s3.amazonaws.com/sugar-f10.ks
On Thu, Sep 25, 2008 at 6:56 PM, Greg Dekoenigsberg gdk@redhat.com wrote:
I have:
- A livecd for Fedora 10 devel (rawhide) that allows a Sugar 0.82 boot
option via GDM. We're missing activites, but as those make their way into rawhide for F10, we will close these gaps quickly.
- A kickstart file that can be used by any Fedora user to generate such an
image trivially.
So. Where shall we host them? Somewhere in Fedora-land, or somewhere in Sugar-land?
Can we put the kickstart somewhere in git? (on fedorahosted I guess).
I don't have a strong feeling about where the image itself should be hosted. Maybe on sugarlabs.org for now and the final F10 livecd in both lands...
Marco
On Thu, Sep 25, 2008 at 8:54 PM, Marco Pesenti Gritti mpgritti@gmail.com wrote:
I don't have a strong feeling about where the image itself should be hosted. Maybe on sugarlabs.org for now and the final F10 livecd in both lands...
To elaborate a bit on my thinking... While we are developing the images we host them "unofficially" at sugarlabs so that our testing team and people interested to try sugar out has an easy way to do it. When the images are ready, we can "officially" host them in Fedora land. We should aspire to become an official Fedora spin like KDE at some point :)
Marco
Greg Dekoenigsberg wrote:
I have:
- A livecd for Fedora 10 devel (rawhide) that allows a Sugar 0.82 boot
option via GDM. We're missing activites, but as those make their way into rawhide for F10, we will close these gaps quickly.
- A kickstart file that can be used by any Fedora user to generate such
an image trivially.
So. Where shall we host them? Somewhere in Fedora-land, or somewhere in Sugar-land?
fedorahosted.org/spin-kickstarts is the spin sig git repository if you want to host the ks files there.
Rahul
On Fri, Sep 26, 2008 at 2:39 AM, Rahul Sundaram sundaram@fedoraproject.org wrote:
Greg Dekoenigsberg wrote:
I have:
- A livecd for Fedora 10 devel (rawhide) that allows a Sugar 0.82 boot
option via GDM. We're missing activites, but as those make their way into rawhide for F10, we will close these gaps quickly.
- A kickstart file that can be used by any Fedora user to generate such an
image trivially.
So. Where shall we host them? Somewhere in Fedora-land, or somewhere in Sugar-land?
fedorahosted.org/spin-kickstarts is the spin sig git repository if you want to host the ks files there.
Sounds good to me!
Marco
Any reason your ks is installing GNOME? The image would be much smaller without...
Marco
Greg Dekoenigsberg wrote:
I have:
- A livecd for Fedora 10 devel (rawhide) that allows a Sugar 0.82 boot
option via GDM. We're missing activites, but as those make their way into rawhide for F10, we will close these gaps quickly.
As announced in OLPC SIG's most recent meeting, I've now uploaded a first image here:
http://sdz.fedorapeople.org/olpc/sugar-spin.iso
We're still missing some activities - for now, there should be Write, Chat, Terminal and Log on the spin.
- A kickstart file that can be used by any Fedora user to generate such
an image trivially.
The updated kickstart file is located here:
http://sdz.fedorapeople.org/kickstart/fedora-livecd-sugar.ks
I removed Gnome to save space, though.
So. Where shall we host them? Somewhere in Fedora-land, or somewhere in Sugar-land?
--g
I'll submit the kickstart to the Spin SIG for technical approval, so that we can get it in the spin-kickstarts repo on GIT (as Rahul pointed out).
--Sebastian
On Fri, Oct 3, 2008 at 3:34 PM, Sebastian Dziallas sebastian@when.com wrote:
The updated kickstart file is located here:
http://sdz.fedorapeople.org/kickstart/fedora-livecd-sugar.ks
Where does fedora-live-base.ks come from? Is it an F10 only thing? Trying to build the image on Fedora 9...
Marco
Marco Pesenti Gritti wrote:
On Fri, Oct 3, 2008 at 3:34 PM, Sebastian Dziallas sebastian@when.com wrote:
The updated kickstart file is located here:
http://sdz.fedorapeople.org/kickstart/fedora-livecd-sugar.ks
Where does fedora-live-base.ks come from? Is it an F10 only thing? Trying to build the image on Fedora 9...
Have you checked out the spin kickstar pool yet?
https://fedoraproject.org/wiki/SIGs/Spins/KickstartPool
It has the file you are looking for.
-- bk
On Wed, Oct 8, 2008 at 2:31 AM, Bryan Kearney bkearney@redhat.com wrote:
Marco Pesenti Gritti wrote:
On Fri, Oct 3, 2008 at 3:34 PM, Sebastian Dziallas sebastian@when.com wrote:
The updated kickstart file is located here:
http://sdz.fedorapeople.org/kickstart/fedora-livecd-sugar.ks
Where does fedora-live-base.ks come from? Is it an F10 only thing? Trying to build the image on Fedora 9...
Have you checked out the spin kickstar pool yet?
https://fedoraproject.org/wiki/SIGs/Spins/KickstartPool
It has the file you are looking for.
Oooh... Thanks Bryan!
Marco