Fix the appropriate kernel modules path

Change-Id: I3567690df5f4c792d4b908978b17d0112e7a7f37
(cherry picked from commit 0aaeffec02)
This commit is contained in:
ZhijunWei 2018-04-29 11:38:31 +00:00 committed by zhulingjie
parent 9236853f30
commit a877e8e433
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ Configure the operating system (CentOS)
# yum install bridge-utils iputils lsof lvm2 \
ntp ntpdate openssh-server sudo tcpdump
#. Add the appropriate kernel modules to the ``/etc/modules`` file to
#. Add the appropriate kernel modules to the ``/etc/modules-load.d`` file to
enable VLAN and bond interfaces:
.. code-block:: shell-session
@ -141,7 +141,7 @@ Configure the operating system (openSUSE)
# zypper install bridge-utils iputils lsof lvm2 \
ntp opensshr sudo tcpdump
#. Add the appropriate kernel modules to the ``/etc/modules`` file to
#. Add the appropriate kernel modules to the ``/etc/modules-load.d`` file to
enable VLAN and bond interfaces:
.. code-block:: shell-session