Skip to content
Snippets Groups Projects
Commit bf9dcbf4 authored by BRONES Romain's avatar BRONES Romain Committed by BRONES Romain
Browse files

feat(network): Customize /etc/network/interfaces file

* Remove unsused configuration.
* Add a comment with static configuration for wired interface.
parent c6cada35
No related branches found
No related tags found
No related merge requests found
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo
iface lo inet loopback
# Wired interfaces
auto eth0
iface eth0 inet dhcp
# Static configuration
#iface eth0 inet static
#address 172.0.0.1
#netmask 255.255.255.0
#gateway 172.0.0.255
FILESEXTRAPATHS_prepend := "${THISDIR}/init-ifupdown-1.0/${MACHINE}:"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment