Skip to content

Commit 8229217

Browse files
committed
mkosi: Move settings to right sections
1 parent 3e0718f commit 8229217

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mkosi.conf.d/10-systemd.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
22

33
[Output]
4+
OutputDirectory=mkosi.output
5+
BuildDirectory=mkosi.builddir
6+
CacheDirectory=mkosi.cache
7+
8+
[Content]
49
# Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_.
510
Environment=ASAN_OPTIONS=verify_asan_link_order=false
611
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
712
MKOSI_UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1
8-
OutputDirectory=mkosi.output
9-
10-
[Content]
11-
BuildDirectory=mkosi.builddir
12-
CacheDirectory=mkosi.cache
1313

1414
[Host]
1515
Incremental=yes

0 commit comments

Comments
 (0)