diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-29 22:13:11 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-30 10:46:18 +0200 |
commit | e7c8507977e51df90aa929852af3d74c1d06be95 (patch) | |
tree | f824d93ece9fa73537ea522ef1748989cf687530 /mkosi.images/system/mkosi.conf.d/10-centos/mkosi.conf | |
parent | TEST-81-GENERATORS: Use SYSTEMD_PROC_CMDLINE more (diff) | |
download | systemd-e7c8507977e51df90aa929852af3d74c1d06be95.tar.xz systemd-e7c8507977e51df90aa929852af3d74c1d06be95.zip |
mkosi: Introduce particle profile
Unfortunately the current mkosi partitioning setup is a bit too
avant-garde for the integration tests. Both in that distributions
aren't ready for it yet (some more than others), and that software
which we depend on in the integration tests isn't ready for it yet
(e.g. libselinux does not read its configuration from /usr).
Let's switch back to a more boring partioning setup by default but
keep the fancy stuff around as a mkosi profile. This means that it
can still be used for manually testing stuff by running
"mkosi --profile particle -f qemu".
Diffstat (limited to 'mkosi.images/system/mkosi.conf.d/10-centos/mkosi.conf')
-rw-r--r-- | mkosi.images/system/mkosi.conf.d/10-centos/mkosi.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mkosi.images/system/mkosi.conf.d/10-centos/mkosi.conf b/mkosi.images/system/mkosi.conf.d/10-centos/mkosi.conf index 053f11be55..54f8f1c1bd 100644 --- a/mkosi.images/system/mkosi.conf.d/10-centos/mkosi.conf +++ b/mkosi.images/system/mkosi.conf.d/10-centos/mkosi.conf @@ -3,6 +3,9 @@ [Match] Distribution=centos +[Output] +RepartDirectories=mkosi.repart + [Content] Packages= rpmautospec-rpm-macros |