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-06-28 12:44:18 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-06-28 12:44:18 (GMT)
commit0826657aa51e33b3f522592bc5c84ea2fc123be5 (patch)
tree3678e41d52a6a7cf5f624d79c8c7996cdf85cc1c
parent60780833d2ce2a2cf7b57e08800fbc1bc8b55992 (diff)
include anaconda again and push first boot wizard
-rw-r--r--soas-sugar.ks13
1 files changed, 10 insertions, 3 deletions
diff --git a/soas-sugar.ks b/soas-sugar.ks
index a1738ca..6198974 100644
--- a/soas-sugar.ks
+++ b/soas-sugar.ks
@@ -48,15 +48,17 @@ system-config-keyboard
# allow reproduction of images
livecd-tools
-# include to get better feedback
-smolt
-
# pull plymouth theme
plymouth-theme-soas
# allow better power management
gnome-power-manager
+# allow installation and first boot configuration
+anaconda
+firstboot
+smolt-firstboot
+
# sound
pulseaudio
alsa-plugins-pulseaudio
@@ -221,6 +223,11 @@ chmod a+x copy-to-datastore.py
su liveuser -c ./copy-to-datastore.py
rm -f *.pdf
+# FIXME: check modules and themes
+rm -f /usr/share/firstboot/modules/create_user.*
+rm -f /usr/share/firstboot/modules/date.*
+firstboot -r
+
EOF
%end