From 9e84b53c91e5a514083d0ff7d205b83d0bbfc9be Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 1 Oct 2023 10:50:14 +0300 Subject: [PATCH] Use kickstart repos --- MSVSphere-9-ARM.ks | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MSVSphere-9-ARM.ks b/MSVSphere-9-ARM.ks index 9ebf183..456addb 100644 --- a/MSVSphere-9-ARM.ks +++ b/MSVSphere-9-ARM.ks @@ -15,10 +15,10 @@ network --bootproto=dhcp --device=link --activate # Firewall configuration firewall --enabled --service=mdns,samba,samba-client # Use network installation -url --url="https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/os/" -repo --name="BaseOS" --baseurl=https://rsync.inferitos.ru/msvsphere/9/BaseOS/x86_64/os/ --cost=200 -repo --name="AppStream" --baseurl=https://rsync.inferitos.ru/msvsphere/9/AppStream/x86_64/os/ --cost=200 -repo --name="Extras" --baseurl=https://rsync.inferitos.ru/msvsphere/9/Extras/x86_64/os/ --cost=200 +url --url="https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/kickstart/" +repo --name="BaseOS" --baseurl=https://rsync.inferitos.ru/msvsphere/9/BaseOS/x86_64/kickstart/ --cost=200 +repo --name="AppStream" --baseurl=https://rsync.inferitos.ru/msvsphere/9/AppStream/x86_64/kickstart/ --cost=200 +repo --name="Extras" --baseurl=https://rsync.inferitos.ru/msvsphere/9/Extras/x86_64/kickstart/ --cost=200 #repo --name="yandex-browser" --baseurl=https://repo.yandex.ru/yandex-browser/rpm/stable/x86_64/ --cost=200 # System timezone timezone Europe/Moscow