comment the useless apt repo in full installation on ubuntu
This commit is contained in:
parent
f0c90b3a51
commit
b4578aeabe
@ -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#"
|
||||
|
Loading…
Reference in New Issue
Block a user