summaryrefslogtreecommitdiffstats
path: root/mkosi.profiles/particle.conf
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-04-29 22:13:11 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-04-30 10:46:18 +0200
commite7c8507977e51df90aa929852af3d74c1d06be95 (patch)
treef824d93ece9fa73537ea522ef1748989cf687530 /mkosi.profiles/particle.conf
parentTEST-81-GENERATORS: Use SYSTEMD_PROC_CMDLINE more (diff)
downloadsystemd-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 '')
-rw-r--r--mkosi.profiles/particle.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkosi.profiles/particle.conf b/mkosi.profiles/particle.conf
new file mode 100644
index 0000000000..5f36d58e4d
--- /dev/null
+++ b/mkosi.profiles/particle.conf
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+# This file exists to create the particle profile which is matched on by other configuration files.