comment the useless apt repo in full installation on ubuntu

This commit is contained in:
xq2005 2013-08-05 02:23:59 -07:00
parent f0c90b3a51
commit b4578aeabe

View File

@ -28,6 +28,8 @@ done >>/etc/resolv.conf
#change the soft link /bin/sh to /bin/bash
ln -sf /bin/bash /bin/sh
#
#delete the useless apt repo
sed -i 's/^deb.*updates.*$/#&/g' /etc/apt/sources.list
# Run xCAT post install
#
export MASTER_IP="#XCATVAR:XCATMASTER#"