1
0
Fork 0

Do not change interfaces

This commit is contained in:
Braiden Vasco 2017-07-06 05:19:52 +00:00
parent a4921c1b97
commit a0ad9fd88b
2 changed files with 0 additions and 11 deletions

View file

@ -237,7 +237,6 @@ EOF
# Configure network.
#
install -m 644 files/resolv.conf "$ROOTFS_DIR/etc/"
install -m 644 files/interfaces "$ROOTFS_DIR/etc/network/interfaces"
install -m 644 files/ipv6.conf "$ROOTFS_DIR/etc/modprobe.d/ipv6.conf"
echo $HOSTNAME > "$ROOTFS_DIR/etc/hostname"

View file

@ -1,10 +0,0 @@
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
iface eth0 inet dhcp