summaryrefslogtreecommitdiffstats
path: root/mkosi.images
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-01-09 11:55:37 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-01-09 15:58:34 +0100
commit8c018edb0afde521476c3bf79584854786138100 (patch)
tree4588ff7da845307d994ff0252d465f175ced8a63 /mkosi.images
parentMerge pull request #30843 from keszybz/test-relative-paths (diff)
downloadsystemd-8c018edb0afde521476c3bf79584854786138100.tar.xz
systemd-8c018edb0afde521476c3bf79584854786138100.zip
mkosi: Update to latest
The mkosi github action doesn't set up the host machine for building full images anymore. Instead, only sufficient packages are installed to be able to build tools trees so we configure a fedora tools tree to build the actual images.
Diffstat (limited to 'mkosi.images')
-rw-r--r--mkosi.images/system/mkosi.conf.d/10-ubuntu.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkosi.images/system/mkosi.conf.d/10-ubuntu.conf b/mkosi.images/system/mkosi.conf.d/10-ubuntu.conf
index f58ee7e02e..b099e79132 100644
--- a/mkosi.images/system/mkosi.conf.d/10-ubuntu.conf
+++ b/mkosi.images/system/mkosi.conf.d/10-ubuntu.conf
@@ -9,3 +9,6 @@ Packages=
linux-image-generic
linux-tools-common
linux-tools-generic
+# "orphan_file" is enabled by default in recent versions of mkfs.ext4 but not supported by the Jammy kernel
+# so we explicitly disable it.
+Environment=SYSTEMD_REPART_MKFS_OPTIONS_EXT4="-O ^orphan_file"