modified: install_shell/audit_patch.sh
deleted: install_shell/cgroup-d5000-install/42-2014-01-15-062120/README deleted: install_shell/cgroup-d5000-install/42-2014-01-15-062120/install.sh modified: install_shell/cgroup-d5000-install/install.sh modified: install_shell/create_users.sh modified: install_shell/ntpd_cron_patch.sh modified: install_shell/other.sh modified: install_shell/set_network.sh modified: install_shell/set_ssh.sh modified: setup.sh Signed-off-by: Qin Bo <bqin@linx-info.com>
This commit is contained in:
@@ -64,25 +64,3 @@ do
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#blacklist,Just for bonding crash,maybe it can help us..
|
||||
if [ -f /etc/modprobe.d/blacklist-ipv6.conf ];then
|
||||
echo "blacklist ipv6 exist.."
|
||||
else
|
||||
echo "blacklist ipv6" >> /etc/modprobe.d/blacklist-ipv6.conf
|
||||
chown sysadmin:sysadmin /etc/modprobe.d/blacklist-ipv6.conf
|
||||
fi
|
||||
|
||||
#for blade
|
||||
|
||||
NET_CONFIG=/etc/sysconfig/network
|
||||
|
||||
check_config $NET_CONFIG NETWORKING yes
|
||||
if [ $rtn -eq 2 ];then
|
||||
echo "NETWORKING=yes" >> $NET_CONFIG
|
||||
elif [ $rtn -eq 1 ];then
|
||||
sed -i '/NETWORKING/s@no@yes@' $NET_CONFIG
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user