diff --git a/build.sh b/build.sh index ef88550..d29d4dd 100755 --- a/build.sh +++ b/build.sh @@ -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" diff --git a/files/interfaces b/files/interfaces deleted file mode 100644 index e59aacb..0000000 --- a/files/interfaces +++ /dev/null @@ -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