2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-17 20:00:19 +00:00

comment the useless apt repo in full installation on ubuntu

This commit is contained in:
xq2005
2013-08-05 02:22:35 -07:00
parent 3f56f0775e
commit 918bd4270a

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#"