From: Daan De Meyer Date: Fri, 14 Jul 2023 12:52:58 +0000 (+0200) Subject: mkosi: Move settings to right sections X-Git-Tag: v254-rc2~16^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F28397%2Fhead;p=thirdparty%2Fsystemd.git mkosi: Move settings to right sections --- diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index 51b821b658b..d0e2cc997a3 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -1,15 +1,15 @@ # SPDX-License-Identifier: LGPL-2.1-or-later [Output] +OutputDirectory=mkosi.output +BuildDirectory=mkosi.builddir +CacheDirectory=mkosi.cache + +[Content] # Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_. Environment=ASAN_OPTIONS=verify_asan_link_order=false 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 -OutputDirectory=mkosi.output - -[Content] -BuildDirectory=mkosi.builddir -CacheDirectory=mkosi.cache [Host] Incremental=yes