Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas.ks
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-08-24 15:44:24 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-08-24 15:44:24 (GMT)
commit9d8af7195d3192e4456939cdcf7e7efdc9ea4766 (patch)
tree5b5ffefad51e317c31a890b26fad37df6442193a /soas.ks
parentd4fd1e3c17474b71e7a9ce21efad0e295463416c (diff)
create both SoaS and SoaS-XO imagesforsdz
Diffstat (limited to 'soas.ks')
-rw-r--r--soas.ks64
1 files changed, 64 insertions, 0 deletions
diff --git a/soas.ks b/soas.ks
new file mode 100644
index 0000000..5ebac2d
--- /dev/null
+++ b/soas.ks
@@ -0,0 +1,64 @@
+%include soas-sugar.ks
+
+%packages
+
+####
+# packages for non-XO SoaS
+####
+
+
+# general
+kernel
+DeviceKit-disks
+evince-djvu
+gdm
+gvfs
+vte
+
+# e-mail client
+alpine
+
+# additional wifi support
+b43-openfwwf
+
+# include first boot configuration
+firstboot
+smolt-firstboot
+
+# get ready for installer support
+gparted
+zyx-liveinstaller
+
+# sound
+pulseaudio
+alsa-plugins-pulseaudio
+alsa-utils
+gstreamer-plugins-good
+gstreamer-plugins-espeak
+
+# fonts
+google-droid-fonts-common
+google-droid-sans-fonts
+google-droid-sans-mono-fonts
+google-droid-serif-fonts
+
+%end
+
+%post
+
+# check modules and themes and run firstboot
+rm -f /usr/share/firstboot/modules/create_user.*
+rm -f /usr/share/firstboot/modules/date.*
+rm -f /usr/share/firstboot/modules/eula.*
+
+touch /etc/reconfigSys
+chkconfig --level 345 firstboot on 2>/dev/null
+
+# set up auto-login
+cat >> /etc/gdm/custom.conf << FOE
+[daemon]
+AutomaticLoginEnable=true
+AutomaticLogin=liveuser
+FOE
+
+%end \ No newline at end of file