Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-06-20 02:39:33 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-06-20 04:02:09 (GMT)
commit17d769d5503095fccf8fa703bad1fcade7f310b9 (patch)
treefab69fa4955b15f4811c39c087e1b846246071d0
parent0019959d2857d865b38c7ea7b0dea14545e5adb1 (diff)
remove bootchart (can add it back later, and causes too many problems
with testing kernels)
-rw-r--r--soas-xo.ks34
1 files changed, 0 insertions, 34 deletions
diff --git a/soas-xo.ks b/soas-xo.ks
index f9ae9f0..69770ef 100644
--- a/soas-xo.ks
+++ b/soas-xo.ks
@@ -35,40 +35,6 @@ EOF
##################
-##################
-# BEGIN bootchart
-
-cat /boot/olpc.fth > /boot/olpc.fth.orig
-sed -ie 's/" to boot-file/ init=\/sbin\/bootchartd" to boot-file/' /boot/olpc.fth
-
-sed -ie 's/PROCESS_ACCOUNTING="no"/PROCESS_ACCOUNTING="yes"/' /etc/bootchartd.conf
-
-
-cat > /etc/event.d/quit-bootchart <<EOF
-# this service quits bootchart
-# bootchart normally does OK but we may choose unknown display managers and trick it
-#
-
-description "quit bootchart"
-author "Martin Dengler <martin@martindengler.com>"
-
-start on started prefdm
-stop on stopping prefdm
-stop on starting shutdown
-
-stop on runlevel 0
-stop on runlevel 1
-stop on runlevel 6
-
-script
-bootchartd stop
-end script
-EOF
-
-
-# END bootchart
-##################
-
##################
# BEGIN dcon-unfreeze-failsafe