Skip to content

Commit 4873cf3

Browse files
committed
Update centos75-hpc.ks to install off master repos since client repos only contain CentOS 7.6+
1 parent d759c4a commit 4873cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ks/azure/centos75-hpc.ks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ lang en_US.UTF-8
1919
network --bootproto=dhcp
2020

2121
# Use network installation
22-
url --url=http://olcentgbl.trafficmanager.net/centos/7.5.1804/os/x86_64/
23-
repo --name="CentOS-Updates" --baseurl=http://olcentgbl.trafficmanager.net/centos/7.5.1804/updates/x86_64/
22+
url --url=http://olcentgbl-masters.trafficmanager.net/centos/7.5.1804/os/x86_64/
23+
repo --name="CentOS-Updates" --baseurl=http://olcentgbl-masters.trafficmanager.net/centos/7.5.1804/updates/x86_64/
2424

2525
# Root password
2626
rootpw --plaintext "to_be_disabled"

0 commit comments

Comments
 (0)