tweak isocreate.ks

This commit is contained in:
trevorb 2024-12-16 19:41:14 +11:00
parent 47d642647c
commit d4a0d99281

View File

@ -2,7 +2,7 @@
selinux --disabled
# Services to activate
services --enabled=NetworkManager
#services --enabled=NetworkManager
services --disabled=lm_sensors
# Default root pass, will be changed in post-install process anyway
@ -17,7 +17,7 @@ eula --agreed
%end
# Start network
network --bootproto=dhcp
#network --bootproto=dhcp
# Install from ??
url --url=file://mnt/koji/repos-dist/smeserver11/latest/$basearch
@ -25,15 +25,15 @@ url --url=file://mnt/koji/repos-dist/smeserver11/latest/$basearch
# Add netinstall repos
#this one gives curl 6 errors on netinstall while added manually works from time to time
#url --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeos-11-x86_64
repo --name=smeos --baseurl=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch
#repo --name=smeos --baseurl=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch
#url --url=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch
repo --name=rocky8base --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=rocky8app --baseurl=https://dl.rockylinux.org/pub/rocky/8/AppStream/$basearch/os/
#repo --name=rocky8base --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=rocky8app --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=epel8 --baseurl=https://muug.ca/mirror/fedora-epel/8/Everything/$basearch/
#repo --name=epel8 --baseurl=https://muug.ca/mirror/fedora-epel/8/Everything/$basearch/
#url --url=https://muug.ca/mirror/fedora-epel/8/Everything/$basearch/
repo --name=remisafe --baseurl=http://rpms.remirepo.net/enterprise/8/safe/x86_64/
#repo --name=remisafe --baseurl=http://rpms.remirepo.net/enterprise/8/safe/x86_64/
#url --url=http://rpms.remirepo.net/enterprise/8/safe/x86_64/
#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
@ -41,9 +41,11 @@ repo --name=remisafe --baseurl=http://rpms.remirepo.net/enterprise/8/safe/x86_64
# Packages to install
%packages
dracut-live
@^minimal
@^smeserver
@base
@core
@standard
@smeextra
-chrony
-kexec-tools
%end