From d31fabf8cff5dae02e3fc759a4203bd374dddc99 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 30 Mar 2014 16:03:44 -0400 Subject: Initial commit --- boot/connect.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 boot/connect.txt (limited to 'boot/connect.txt') diff --git a/boot/connect.txt b/boot/connect.txt new file mode 100644 index 0000000..b30d831 --- /dev/null +++ b/boot/connect.txt @@ -0,0 +1,10 @@ +auto lo + +iface lo inet loopback +iface eth0 inet dhcp + +allow-hotplug wlan0 +auto wlan0 +iface wlan0 inet dhcp + wpa-ssid "{{ SSID }}" + wpa-psk "{{ KEY }}" \ No newline at end of file -- cgit v1.3.1