2021-01-03 23:05:06 +08:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
|
2023-09-09 16:20:01 +08:00
|
|
|
[Preset]
|
|
|
|
Presets=system
|
|
|
|
|
2021-01-03 23:05:06 +08:00
|
|
|
[Output]
|
2023-07-14 20:52:58 +08:00
|
|
|
OutputDirectory=mkosi.output
|
|
|
|
BuildDirectory=mkosi.builddir
|
|
|
|
CacheDirectory=mkosi.cache
|
|
|
|
|
|
|
|
[Content]
|
2023-02-21 22:09:38 +08:00
|
|
|
# Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_.
|
2022-07-15 08:26:52 +08:00
|
|
|
Environment=ASAN_OPTIONS=verify_asan_link_order=false
|
2023-02-21 22:09:38 +08: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
|
2021-01-03 23:05:06 +08:00
|
|
|
|
|
|
|
[Host]
|
2023-09-01 19:58:16 +08:00
|
|
|
@Incremental=yes
|
|
|
|
@QemuMem=2G
|
2023-05-07 17:03:29 +08:00
|
|
|
# Make sure we don't trigger systemd-firstboot prompting for the root password.
|
|
|
|
Credentials=passwd.plaintext-password.root=
|
2023-03-17 01:28:14 +08:00
|
|
|
KernelCommandLineExtra=systemd.crash_shell
|
|
|
|
systemd.log_level=debug
|
2023-04-20 16:33:10 +08:00
|
|
|
systemd.log_ratelimit_kmsg=0
|
2023-03-17 01:28:14 +08:00
|
|
|
systemd.journald.forward_to_console
|
|
|
|
systemd.journald.max_level_console=warning
|
2023-04-25 22:04:49 +08:00
|
|
|
# Disable the kernel's ratelimiting on userspace logging to kmsg.
|
|
|
|
printk.devkmsg=on
|
2023-05-08 22:06:41 +08:00
|
|
|
# Make sure /sysroot is mounted rw in the initrd.
|
|
|
|
rw
|
2023-05-31 22:19:21 +08: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 23:25:23 +08:00
|
|
|
# Make sure no LSMs are enabled by default.
|
|
|
|
apparmor=0
|
|
|
|
selinux=0
|
|
|
|
enforcing=0
|
2023-07-13 21:38:03 +08:00
|
|
|
systemd.early_core_pattern=/core
|