mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 13:17:21 +00:00
Imported using git-ubuntu import. Changelog parent: 1ab44006f5221aee34464d786400d4e623fbea57 New changelog entries: * Re-enable systemd predictable network interface naming on cloud-images * Stop creating default configuration for eth0 (LP: #1563487)
13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
# This file describes the network interfaces available on your system
|
|
# and how to activate them. For more information, see interfaces(5).
|
|
|
|
# The loopback network interface
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
# Source interfaces
|
|
# Please check /etc/network/interfaces.d before changing this file
|
|
# as interfaces may have been defined in /etc/network/interfaces.d
|
|
# See LP: #1262951
|
|
source /etc/network/interfaces.d/*.cfg
|