Skip to content

Instantly share code, notes, and snippets.

@flrichar
Last active July 22, 2021 18:33
Show Gist options
  • Select an option

  • Save flrichar/35f9af1e88b8dbbc2f7f4b73236ac0bf to your computer and use it in GitHub Desktop.

Select an option

Save flrichar/35f9af1e88b8dbbc2f7f4b73236ac0bf to your computer and use it in GitHub Desktop.
rhel8 optional improvements
remove sub mgr repo
## subscription-manager repos --disable codeready-builder-for-rhel-8-x86_64-rpms
enabled elrepo for ml kernel updates
## yum --enablerepo=elrepo-kernel install kernel-ml
grubby disables selinux if needed // prob not as big a deal any longer
## grubby --update-kernel=ALL --args="selinux=0"
grubby for rhel79 adds some kernel params
## grubby --update-kernel=ALL --args='cgroup_enable=memory cgroup.memory=nokmem'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment