mirror of
https://src.koozali.org/Infra/smeserver-pungi.git
synced 2024-11-27 08:17:28 +01:00
Compare commits
3 Commits
2f3e8e3c04
...
f6b1fdd08a
Author | SHA1 | Date | |
---|---|---|---|
f6b1fdd08a | |||
4c3e3be4ba | |||
c740dcda7c |
@ -2,7 +2,7 @@
|
|||||||
auth --enableshadow --passalgo=sha512
|
auth --enableshadow --passalgo=sha512
|
||||||
|
|
||||||
# We do not want SELinux
|
# We do not want SELinux
|
||||||
selinux --disabled
|
selinux --permissive
|
||||||
|
|
||||||
# Services to activate
|
# Services to activate
|
||||||
services --disabled=lm_sensors
|
services --disabled=lm_sensors
|
||||||
@ -25,7 +25,10 @@ eula --agreed
|
|||||||
# Add netinstall repos
|
# Add netinstall repos
|
||||||
#this one gives curl 6 errors on netinstall while added manually works from time to time
|
#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
|
#url --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeos-11-x86_64
|
||||||
repo --name=smeos https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/x86_64
|
repo --name=smeos --baseurl=https://koji.koozali.org/kojifiles/repos-dist/smeserver11/latest/$basearch
|
||||||
|
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 https://dl.rockylinux.org/pub/rocky/8/BaseOS/$basearch/os/
|
||||||
#repo --name=smeos --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeos-11-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
|
#repo --name=smeupdates --mirrorlist https://mirrorlist.koozali.org/mirrorlist/smeupdates-11-x86_64
|
||||||
|
|
||||||
@ -36,6 +39,7 @@ repo --name=smeos https://koji.koozali.org/kojifiles/repos-dist/smeserver11/late
|
|||||||
@core
|
@core
|
||||||
-chrony
|
-chrony
|
||||||
-kexec-tools
|
-kexec-tools
|
||||||
|
dracut-live
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user