Forum | Documentation | Website | Blog

Skip to content

Allow skipping generation of /etc/network/interfaces

Jason Kridner requested to merge github/fork/phidiasllc/master into master

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.

Merge request reports