disable kernelhints

This commit is contained in:
Matthew Saunders Brown 2022-11-17 12:46:53 -08:00
parent 5621d65c83
commit cfbd26e0ef

View File

@ -27,6 +27,8 @@ WEBMASTER=webmaster@`hostname -d`
# have packages automatically start/restart/stop after install/upgrade/uninstall
if [[ -f /etc/needrestart/needrestart.conf ]]; then
sed -i "s|^#\$nrconf{restart} = 'i';|\$nrconf{restart} = 'a';|g" /etc/needrestart/needrestart.conf
# disable kernelhints (no warnings about currently running kernel version)
echo '$nrconf{kernelhints} = 0;' > /etc/needrestart/conf.d/kernelhints.conf
fi
if [[ -f /usr/sbin/policy-rc.d ]]; then
sed -i "s|exit 101|exit 0|g" /usr/sbin/policy-rc.d