SDP-147 | Add CentOS 7 support to os_tweaks.sh | |
SDP-96 | Update os_tweaks.sh to support CentOS 7. On CentOS 7, the correct value for o...ne of the parameters is "0" rather than "no" (as it is for CentOS 6). The script currently safely exits without leaving things in a half-baked, state. But it would be better if it just knew and did the right thing on both CentOS6 and CentOS 7. (And perhaps other Linux variants, too, but this job is just for CentOS7, as that's the only one I need right now in addition ao the already-supported CentOS 6). As a hack/workaround, if operating on CentOS 7, change this line in os_tweaks.sh: CorrectValues[0]="no" to: CorrectValues[0]="0" « | |
Add Job |