f49cac086f
Files now end with a single newline
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
# Initial /etc/network/interface file for first boot
|
|
# Will be overwritten based on minigraph information by interfaces-config service
|
|
|
|
# The loopback network interface
|
|
auto lo
|
|
iface lo inet loopback
|
|
#
|
|
# The management network interface
|
|
auto eth0
|
|
iface eth0 inet dhcp
|