add in AppStream and networking

This commit is contained in:
Trevor Batley 2024-10-23 06:03:04 +02:00
parent d67a5988f9
commit 28ca927d4a

View File

@ -21,6 +21,8 @@ eula --agreed
%addon com_redhat_kdump --disable
%end
# Start network
network --bootproto=dhcp
# Add netinstall repos
#this one gives curl 6 errors on netinstall while added manually works from time to time
@ -29,6 +31,8 @@ repo --name=smeos --baseurl=https://koji.koozali.org/kojifiles/repos-dist/smeser
url --url=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch
repo --name=rocky8 --baseurl=https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/
url --url=https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/
repo --name=rocky8 --baseurl=https://dl.rockylinux.org/pub/rocky/8/AppStream/$basearch/os/
url --url=https://dl.rockylinux.org/pub/rocky/8/AppStream/$basearch/os/
#repo --name=smeos --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeos-11-x86_64
#repo --name=smeupdates --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeupdates-11-x86_64