We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0718f commit 8229217Copy full SHA for 8229217
mkosi.conf.d/10-systemd.conf
@@ -1,15 +1,15 @@
1
# SPDX-License-Identifier: LGPL-2.1-or-later
2
3
[Output]
4
+OutputDirectory=mkosi.output
5
+BuildDirectory=mkosi.builddir
6
+CacheDirectory=mkosi.cache
7
+
8
+[Content]
9
# Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_.
10
Environment=ASAN_OPTIONS=verify_asan_link_order=false
11
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
12
MKOSI_UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1
-OutputDirectory=mkosi.output
-
-[Content]
-BuildDirectory=mkosi.builddir
-CacheDirectory=mkosi.cache
13
14
[Host]
15
Incremental=yes
0 commit comments