diff --git a/http/msvsphere-9-gencloud.x86_64.ks b/http/msvsphere-9-gencloud.x86_64.ks index f11a57b..2235629 100644 --- a/http/msvsphere-9-gencloud.x86_64.ks +++ b/http/msvsphere-9-gencloud.x86_64.ks @@ -1,9 +1,9 @@ # MSVSphere 9 Generic Cloud image kickstart file # TODO: change url to the kickstart one when we have it -url --url https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/os/ -repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/os/ -repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/AppStream/x86_64/os/ +url --url https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/kickstart/ +repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/kickstart/ +repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/AppStream/x86_64/kickstart/ text skipx diff --git a/http/msvsphere-9-vagrant.x86_64.ks b/http/msvsphere-9-vagrant.x86_64.ks index ee73194..369a69a 100644 --- a/http/msvsphere-9-vagrant.x86_64.ks +++ b/http/msvsphere-9-vagrant.x86_64.ks @@ -1,9 +1,9 @@ # MSVSphere 9 Vagrant boxes kickstart file # TODO: change url to the kickstart one when we have it -url --url https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/os/ -repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/os/ -repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/AppStream/x86_64/os/ +url --url https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/kickstart/ +repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/BaseOS/x86_64/kickstart/ +repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/9.2/AppStream/x86_64/kickstart/ text skipx