...
The following instructions are integrated in the script that could be found at: cld-foreman:/root/repo/dell-om-install-<versione_date>.sh Please update it accordingly in the event that the instructions need to be revised
Enable crb repo:
Code Block | ||
---|---|---|
| ||
/usr/bin/yum-config-manager --enable crb
yum clean all |
Install latest repo
Code Block | ||
---|---|---|
| ||
yum -y install perl wget -q -O script.sh http://linux.dell.com/repo/hardware/dsu/bootstrap.cgi sh script.sh |
...