diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index d5074ae0..91b57b3d 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -124,6 +124,10 @@ EOF } configure_networking() { + if [[ $DEBIAN_INSTALL_ONLY != "no" ]]; then + return + fi + if [[ $GENERIC_IMAGE == "no" ]]; then echo "# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5).