Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-08-04 21:09:48 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-08-04 21:09:48 (GMT)
commited263f8f5629d18b8e2f48d783f6148e4fe31f75 (patch)
tree620dba0bb367cd0b3e3a056d28f50915e42b45ed
parent4f0efb4bde447d175913b445b5fefa5239ce73d2 (diff)
Apply libertas debug changes to chroot image, not my system
-rwxr-xr-xmodules/custom_scripts/libertas_debug.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/custom_scripts/libertas_debug.sh b/modules/custom_scripts/libertas_debug.sh
index eaace9b..aee1342 100755
--- a/modules/custom_scripts/libertas_debug.sh
+++ b/modules/custom_scripts/libertas_debug.sh
@@ -1,6 +1,8 @@
+#!/bin/bash
+
# enable debug for pgf
# also disable mesh to see if this makes the bug go away
-cat >>/etc/rc.local <<__EOF__
+cat >>"$INSTALL_ROOT/etc/rc.local" <<__EOF__
echo 0x26187 > /sys/module/libertas/parameters/libertas_debug
echo 0 > /sys/class/net/eth0/lbs_mesh
__EOF__