Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@marcopg.org>2008-11-29 11:49:58 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2008-11-29 11:49:58 (GMT)
commitb7514967f1a1f893497048ff179a131817633d5b (patch)
tree9cd2464e1943996cb2411a5ed7318ad392655990
parentc6c285b09530669719576064446e68d7b63e9bb9 (diff)
Work around for missing ck initialization in slim.
-rwxr-xr-xbuild2
-rw-r--r--soas.ks2
2 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index aec1b9c..4c9a841 100755
--- a/build
+++ b/build
@@ -22,7 +22,7 @@ def main():
version = 1
ks = imgcreate.read_kickstart(os.path.join(base_dir, 'soas.ks'))
- creator = imgcreate.LiveImageCreator(ks, 'soas-1', 'Sugar')
+ creator = imgcreate.LiveImageCreator(ks, 'soas-%d' % version, 'Sugar')
try:
creator.mount(cachedir=cache_dir)
diff --git a/soas.ks b/soas.ks
index 4388a96..becac6a 100644
--- a/soas.ks
+++ b/soas.ks
@@ -181,7 +181,7 @@ default_user liveuser
FOE
# setup xinitrc
-echo "sugar-shell" > /home/liveuser/.xinitrc
+echo "ck-xinit-session sugar" > /home/liveuser/.xinitrc
chmod a+x /home/liveuser/.xinitrc
chown liveuser:liveuser /home/liveuser/.xinitrc