|
|
|
@ -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/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
|
|
|
|
|
url --url="https://build.msvsphere.test/kojifiles/compose/latest-MSVSphere-9/compose/BaseOS/x86_64/os/"
|
|
|
|
|
repo --name="BaseOS" --baseurl=https://build.msvsphere.test/kojifiles/compose/latest-MSVSphere-9/compose/BaseOS/x86_64/os/ --cost=200
|
|
|
|
|
repo --name="AppStream" --baseurl=ihttps://build.msvsphere.test/kojifiles/compose/latest-MSVSphere-9/compose/AppStream/x86_64/os/ --cost=200
|
|
|
|
|
repo --name="Extras" --baseurl=https://build.msvsphere.test/kojifiles/compose/latest-MSVSphere-9/compose/Extras/x86_64/os/ --cost=200
|
|
|
|
|
#repo --name="yandex-browser" --baseurl=https://repo.yandex.ru/yandex-browser/rpm/stable/x86_64/ --cost=200
|
|
|
|
|
# System timezone
|
|
|
|
|
timezone Europe/Moscow
|
|
|
|
|