Allow skipping generation of /etc/network/interfaces
Created by: wijnen
This pull request lets the user prevent creation of /etc/network/interfaces entirely by setting DISABLE_ETH to "skip". When using, the file should be created through other means (for example in a chroot hook script).
It looks like a lot of changes; it's really just a single if statement and indenting of a code block.