Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas.ks
diff options
context:
space:
mode:
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