MT#8045 Do not re-generate /etc/network/interfaces when installing plain Debian

vseva/8067
Michael Prokop 12 years ago
parent cb3b759d75
commit 4222a91f98

@ -1627,7 +1627,9 @@ EOT
fi
if "$RETRIEVE_MGMT_CONFIG" ; then
echo "Nothing to do, /etc/network/interfaces was already set up."
echo "Nothing to do (RETRIEVE_MGMT_CONFIG is set), /etc/network/interfaces was already set up."
elif ! "$NGCP_INSTALLER" ; then
echo "Not modifying /etc/network/interfaces as installing plain Debian."
elif "$DHCP" ; then
cat > $TARGET/etc/network/interfaces << EOF
# This file describes the network interfaces available on your system

Loading…
Cancel
Save