diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-28 17:40:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-11 13:16:07 +0000 |
commit | 00acc70ec7ce6dd5808ef8bc64e31889f03da98d (patch) | |
tree | f16509d136c3f59cb63fbe98f30f3065efef4af2 | |
parent | Removing empty line at the end of the changelog file. (diff) | |
download | compute-tools-00acc70ec7ce6dd5808ef8bc64e31889f03da98d.tar.xz compute-tools-00acc70ec7ce6dd5808ef8bc64e31889f03da98d.zip |
Adding mandatory inclusion of /etc/network/interfaces.d files in host-setup documentation, thanks to Richard Nelson <unixabg@gmail.com>.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r-- | share/doc/HOST-SETUP.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt index a5aca94..c77f829 100644 --- a/share/doc/HOST-SETUP.txt +++ b/share/doc/HOST-SETUP.txt @@ -47,6 +47,8 @@ sysctl -p cat > /etc/network/interfaces << EOF # /etc/network/interfaces +source /etc/network/interfaces.d/* + auto lo iface lo inet loopback @@ -67,6 +69,8 @@ EOF cat > /etc/network/interfaces << EOF # /etc/network/interfaces +source /etc/network/interfaces.d/* + auto lo iface lo inet loopback @@ -94,6 +98,8 @@ EOF cat > /etc/network/interfaces << EOF # /etc/network/interfaces +source /etc/network/interfaces.d/* + auto lo iface lo inet loopback @@ -120,6 +126,8 @@ EOF cat > /etc/network/interfaces << EOF # /etc/network/interfaces +source /etc/network/interfaces.d/* + auto lo iface lo inet loopback |