in→docs
This commit is contained in:
parent
c3af60bbfd
commit
96f5a0771a
109 changed files with 0 additions and 0 deletions
22
docs/public/ifupdown2/configure.rst
Normal file
22
docs/public/ifupdown2/configure.rst
Normal file
|
@ -0,0 +1,22 @@
|
|||
Configure interfaces
|
||||
--------------------
|
||||
|
||||
* /etc/network/interfaces
|
||||
|
||||
.. code:: shell
|
||||
|
||||
source /etc/network/interfaces.d/*
|
||||
|
||||
* /etc/network/interfaces.d/lo
|
||||
|
||||
::
|
||||
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
* /etc/network/interfaces.d/eth0
|
||||
|
||||
::
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
6
docs/public/ifupdown2/index.rst
Normal file
6
docs/public/ifupdown2/index.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
ifupdown2
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
|
||||
configure
|
Loading…
Add table
Add a link
Reference in a new issue