2021-01-03 18:05:06 +03:00
# SPDX-License-Identifier: LGPL-2.1-or-later
2023-11-28 20:38:22 +03:00
[Config]
Images=system
2024-01-26 00:48:55 +03:00
MinimumVersion=21
2023-09-09 11:20:01 +03:00
2021-01-03 18:05:06 +03:00
[Output]
2023-12-05 21:06:40 +03:00
@OutputDirectory=mkosi.output
2024-03-05 21:41:50 +03:00
@BuildDirectory=mkosi.builddir
@CacheDirectory=mkosi.cache
2023-07-14 15:52:58 +03:00
[Content]
2023-02-21 17:09:38 +03:00
# Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_.
2022-07-15 03:26:52 +03:00
Environment=ASAN_OPTIONS=verify_asan_link_order=false
2023-02-21 17:09:38 +03:00
MKOSI_ASAN_OPTIONS=strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1:disable_coredump=0:use_madv_dontdump=1
MKOSI_UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1
2024-01-26 00:48:55 +03:00
@SELinuxRelabel=no
2024-03-08 21:12:16 +03:00
BuildSourcesEphemeral=yes
2021-01-03 18:05:06 +03:00
[Host]
2023-09-01 14:58:16 +03:00
@Incremental=yes
2024-01-26 00:48:55 +03:00
# TODO: Drop to 2G again once the next Noble kernel update ships and we can use linux-image-virtual.
@QemuMem=4G
2023-10-05 16:17:01 +03:00
@RuntimeSize=8G
2023-12-07 21:52:41 +03:00
ToolsTreePackages=virtiofsd
2023-03-16 20:28:14 +03:00
KernelCommandLineExtra=systemd.crash_shell
systemd.log_level=debug
2023-04-20 11:33:10 +03:00
systemd.log_ratelimit_kmsg=0
2023-03-16 20:28:14 +03:00
systemd.journald.forward_to_console
systemd.journald.max_level_console=warning
2023-04-25 17:04:49 +03:00
# Disable the kernel's ratelimiting on userspace logging to kmsg.
printk.devkmsg=on
2023-05-08 17:06:41 +03:00
# Make sure /sysroot is mounted rw in the initrd.
rw
2023-05-31 17:19:21 +03:00
# Lower the default device timeout so we get a shell earlier if the root device does
# not appear for some reason.
systemd.default_device_timeout_sec=10
2023-06-02 18:25:23 +03:00
# Make sure no LSMs are enabled by default.
apparmor=0
selinux=0
enforcing=0
2023-07-13 16:38:03 +03:00
systemd.early_core_pattern=/core
2023-11-30 20:41:53 +03:00
systemd.firstboot=no