Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-09-10 21:18:18 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-09-10 21:29:50 (GMT)
commitf17aa0e0a2920368ce2404ec60cee7c99c006041 (patch)
tree0876e755388efab6d8dd8c04af8302ad2ac030c4
parent8bdd3fdd171165a0191fcd654ae26f10d386f9db (diff)
xo1: remove old hacks
-rw-r--r--modules/xo1/kspost.50.xo1-tweaks.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/xo1/kspost.50.xo1-tweaks.inc b/modules/xo1/kspost.50.xo1-tweaks.inc
index 58d2c4d..194a40e 100644
--- a/modules/xo1/kspost.50.xo1-tweaks.inc
+++ b/modules/xo1/kspost.50.xo1-tweaks.inc
@@ -1,12 +1,3 @@
-# FIXME: old olpc.fth looks for olpcrd.img, but we now use initrd.img
-# any nicer way to fix this?
-[ -e "/boot/olpcrd.img" ] || ln -s initrd.img /boot/olpcrd.img
-
-# olpc.fth really shouldnt specify a root device or filesystem, the initramfs
-# figures this out (like in the signed boot path).
-# FIXME: fix bootfw package
-sed -i -e 's:root=mtd0 rootfstype=jffs2::g' /boot/olpc.fth
-
# do not show the Sugar default ad-hoc networks on the XO-1
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /desktop/sugar/network/adhoc false