disable kernelhints
This commit is contained in:
parent
5621d65c83
commit
cfbd26e0ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user