From ed263f8f5629d18b8e2f48d783f6148e4fe31f75 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Wed, 04 Aug 2010 21:09:48 +0000 Subject: Apply libertas debug changes to chroot image, not my system --- 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__ -- cgit v0.9.1