Initial commit

This commit is contained in:
Philip Trauner 2018-04-07 23:26:16 +02:00
commit df5befa9d1
45 changed files with 2030 additions and 0 deletions

14
root-fs/etc/network/interfaces Executable file
View file

@ -0,0 +1,14 @@
# interfaces(5) file used by ifup(8) and ifdown(8) Include files from
# /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
auto usb0
iface usb0 inet static
address 192.168.124.1
netmask 255.255.255.0
broadcast 192.168.124.255
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf