diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-30 16:03:44 -0400 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-30 16:03:44 -0400 |
| commit | d31fabf8cff5dae02e3fc759a4203bd374dddc99 (patch) | |
| tree | 888ec4e6d98154f862a3b9cd17a3394b657bc02e /boot/connect.txt | |
| parent | 4182b5e096e081158dddd4ad5d031af94fcc63de (diff) | |
| download | jasper-client-d31fabf8cff5dae02e3fc759a4203bd374dddc99.tar.gz jasper-client-d31fabf8cff5dae02e3fc759a4203bd374dddc99.zip | |
Initial commit
Diffstat (limited to 'boot/connect.txt')
| -rw-r--r-- | boot/connect.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
