From 28ca927d4ad8499eb214509e80e2c880d18dfe0f Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Wed, 23 Oct 2024 06:03:04 +0200 Subject: [PATCH] add in AppStream and networking --- smeisoinstall.ks | 4 ++++ 1 file changed, 4 insertions(+) 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