X-Git-Url: https://hackdaworld.org/gitweb/?p=outofuni%2Fdib.git;a=blobdiff_plain;f=post_routines%2Fnellboard%2Finterfaces;fp=post_routines%2Fnellboard%2Finterfaces;h=a705cb6e3210a54477a3df58b6e6ff32046ab394;hp=0000000000000000000000000000000000000000;hb=e9a42258240b89a2050e2730bcfb473f36224ed9;hpb=e21020b66f28895b5085661744b1e65516a01b43 diff --git a/post_routines/nellboard/interfaces b/post_routines/nellboard/interfaces new file mode 100644 index 0000000..a705cb6 --- /dev/null +++ b/post_routines/nellboard/interfaces @@ -0,0 +1,11 @@ +#!/bin/bash + +cat > /etc/network/interfaces << EOF +auto lo +iface lo inet loopback + +auto usb0 +iface usb0 inet static + address 172.17.17.17 +EOF +