added nellboard post routines (not yet completed!)
[outofuni/dib.git] / post_routines / nellboard / interfaces
1 #!/bin/bash
2
3 cat > /etc/network/interfaces << EOF
4 auto lo
5 iface lo inet loopback
6
7 auto usb0
8 iface usb0 inet static
9         address 172.17.17.17
10 EOF
11