mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
Imported using git-ubuntu import. Changelog parent: 1aff015ce1318f1ae128d9b21d50fdb86b3b7bc8 New changelog entries: * fix device.tar.gz generation for snappy * lp:~ubuntu-on-ec2/livecd-rootfs/cpc2: - build cloud based images using livecd-rootfs
16 lines
501 B
Plaintext
16 lines
501 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
|
|
# NOTE: the primary ethernet device is defined in
|
|
# /etc/network/interfaces.d/eth0
|
|
# See LP: #1262951
|
|
source /etc/network/interfaces.d/*.cfg
|
|
|