diff --git a/smeisoinstall.ks b/smeisoinstall.ks index 8dedca9..034e9e8 100644 --- a/smeisoinstall.ks +++ b/smeisoinstall.ks @@ -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