Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-07-31 11:03:04 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-07-31 11:03:04 (GMT)
commitbc9a94d54d60b6fda592d35008f3429b0687f473 (patch)
treea6df8ff3ae03721c3f2206b6914fa1f7962bb165
parent105bb9fdaa7fb899d933adfb06508bf9681b4d99 (diff)
some clean ups for using olpc-dm (currently broken!)
-rw-r--r--soas-sugar.ks19
1 files changed, 5 insertions, 14 deletions
diff --git a/soas-sugar.ks b/soas-sugar.ks
index cd7ec51..b8b7280 100644
--- a/soas-sugar.ks
+++ b/soas-sugar.ks
@@ -24,10 +24,8 @@ pygame
DeviceKit-disks
evince-djvu
gvfs
-vte
-
-# display manager
olpc-utils
+vte
# e-mail client
alpine
@@ -52,8 +50,8 @@ b43-openfwwf
# allow installation and first boot configuration
anaconda
-# firstboot
-# smolt-firstboot
+firstboot
+smolt-firstboot
# sound
pulseaudio
@@ -102,13 +100,6 @@ FOE
chown olpc /home/olpc
chgrp olpc /home/olpc
-# make sugar default
-cat > /home/olpc/.dmrc <<EOF
-[Desktop]
-Layout=olpc
-Session=sugar
-EOF
-
# setup Xclients
cat >> /home/olpc/.Xclients << FOE
xsetroot -def
@@ -170,8 +161,8 @@ su olpc -c ./copy-to-datastore.py
rm -f *.pdf
# check modules and themes
-# rm -f /usr/share/firstboot/modules/create_user.*
-# rm -f /usr/share/firstboot/modules/date.*
+rm -f /usr/share/firstboot/modules/create_user.*
+rm -f /usr/share/firstboot/modules/date.*
# firstboot -r
EOF