Do not change interfaces
This commit is contained in:
parent
a4921c1b97
commit
a0ad9fd88b
2 changed files with 0 additions and 11 deletions
1
build.sh
1
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"
|
||||
|
|
|
@ -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
|
Reference in a new issue