mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-17 17:48:20 +00:00
Merge branch 'rootfs' into 'master'
rootfs subdirectory See merge request raspi-team/image-specs!12
This commit is contained in:
7
rootfs/etc/network/interfaces.d/eth0
Normal file
7
rootfs/etc/network/interfaces.d/eth0
Normal file
@ -0,0 +1,7 @@
|
||||
auto eth0
|
||||
|
||||
# TODO: switch back to iptables-persistent once it re-enters testing
|
||||
iface eth0 inet dhcp
|
||||
# We don't currently support setup of firewalls here.
|
||||
# pre-up iptables-restore < /etc/iptables/rules.v4 || true
|
||||
# pre-up ip6tables-restore < /etc/iptables/rules.v6 || ture
|
Reference in New Issue
Block a user