diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-01-10 12:04:10 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-01-15 20:44:53 +0100 |
commit | 9d2e4ceee5bf891354754775fd98c6792e672af8 (patch) | |
tree | 69efe3a4d984c42cd1e08c8c58f5f327a3efdd6c /mkosi.conf.d/centos/10-mkosi.centos | |
parent | man: libudev: fix typo (diff) | |
download | systemd-9d2e4ceee5bf891354754775fd98c6792e672af8.tar.xz systemd-9d2e4ceee5bf891354754775fd98c6792e672af8.zip |
ci: Update mkosi action to latest commit
Let's make sure we're testing with the latest changes in mkosi. This
includes both the switch to systemd-repart and ukify, making sure we
get extra testing coverage for those components.
This also drops options from the centos config that have been removed
in the newer mkosi.
For some reason idmapping runs into some issues so we disable it for
now.
Diffstat (limited to '')
-rw-r--r-- | mkosi.conf.d/centos/10-mkosi.centos (renamed from mkosi.conf.d/centos_epel/10-mkosi.centos_epel) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mkosi.conf.d/centos_epel/10-mkosi.centos_epel b/mkosi.conf.d/centos/10-mkosi.centos index 768403f7cf..a950cbd4d2 100644 --- a/mkosi.conf.d/centos_epel/10-mkosi.centos_epel +++ b/mkosi.conf.d/centos/10-mkosi.centos @@ -4,11 +4,8 @@ # Symlink this file to mkosi.default in the project root directory and invoke "mkosi" to build an OS image. [Distribution] -Distribution=centos_epel - -[Output] -Format=gpt_xfs -HostonlyInitrd=no +Distribution=centos +Repositories=epel [Content] Packages= |