]> git.plutz.net Git - rpi_small/blobdiff - files/etc/rc.local
generalize setup
[rpi_small] / files / etc / rc.local
diff --git a/files/etc/rc.local b/files/etc/rc.local
deleted file mode 100755 (executable)
index 05ff1c3..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-modprobe w1-gpio pullup=1
-modprobe w1-therm
-
-bt-network -s nap br0 &
-hciconfig hci0 up
-hciconfig hci0 sspmode 1
-hciconfig hci0 piscan
-
-while sleep 5; do
-  bt-device -l \
-  | grep -oE '[0-9A-F:]{17}' \
-  | while read mac; do
-    bt-device --set "$mac" Trusted 1
-  done
-done &
-
-/srv/gummikraken/hatch.sh &