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-12 18:12:09 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-06-12 18:12:09 (GMT)
commit34c95298a53a003367d423b3dd5f743ffe9e0284 (patch)
treeded6a60a0229624c254fcfcf4f092fdc2ae2f957
parent7ad74488c67998289e9fc3fa0f614a71f93dd49c (diff)
run copy-to-journal at boot time (and not during build)
-rw-r--r--soas-sugar.ks4
1 files changed, 4 insertions, 0 deletions
diff --git a/soas-sugar.ks b/soas-sugar.ks
index 9008206..f92305c 100644
--- a/soas-sugar.ks
+++ b/soas-sugar.ks
@@ -219,6 +219,8 @@ cd $WD
%post
+cat >> /etc/rc.d/init.d/livesys << EOF
+
cd /usr/share/sugar/honey
# add sample content to journal
@@ -234,4 +236,6 @@ copy-to-journal southeast_asia.pdf -t "Southeast Asia World Factbook Map (PDF)"
rm -f *.pdf
+EOF
+
%end