diff --git a/docs/install.md b/docs/install.md index 4f2d6449..4745a2fe 100644 --- a/docs/install.md +++ b/docs/install.md @@ -24,6 +24,16 @@ Verified: * Ubuntu - 18.04, 20.04 * CentOS - 7.8, 8.0 +> **NOTE:** Ubuntu 20.04 requires installing legacy ebtables for WLAN functionality + +Enabling ebtables legacy: +```shell +sudo apt install ebtables +update-alternatives --set ebtables /usr/sbin/ebtables-legacy +``` + +> **NOTE:** CentOS 8 does not provide legacy ebtables support, WLAN will not function properly + > **NOTE:** CentOS 8 does not have the netem kernel mod available by default CentOS 8 Enabled netem: @@ -175,17 +185,18 @@ an installation to your use case. ```shell cd -# Usage: inv[oke] [--core-opts] install [--options] [other tasks here ...] +#Usage: inv[oke] [--core-opts] install [--options] [other tasks here ...] # -# Docstring: -# install core, poetry, scripts, service, and ospf mdr +#Docstring: +# install core, poetry, scripts, service, and ospf mdr # -# Options: -# -d, --dev install development mode -# -i STRING, --install-type=STRING -# -l, --local determines if core will install to local system, default is False -# -p STRING, --prefix=STRING prefix where scripts are installed, default is /usr/local -# -v, --verbose enable verbose +#Options: +# -d, --dev install development mode +# -i STRING, --install-type=STRING used to force an install type, can be one of the following (redhat, debian) +# -l, --local determines if core will install to local system, default is False +# -o, --[no-]ospf disable ospf installation +# -p STRING, --prefix=STRING prefix where scripts are installed, default is /usr/local +# -v, --verbose enable verbose # install virtual environment inv install -p @@ -218,49 +229,16 @@ python3