Yum Extra Parameters



The standard yum command to install the MFL software is:

      yum install -y *.rpm


However, if a unit tries to download some files from the internet, and there is no internet access, you can use:

      yum --disablerepo=* install -y *.rpm