1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-21 18:03:41 +03:00
Daan De Meyer cdf3fd312a mkosi: Use mkosi.output/ as output directory by default
Better than creating a mess of output files in the root directory.

(cherry picked from commit 670dfcb6ecdf72fc26a362086fe31560d2a5f789)
2022-11-08 00:09:18 +01:00

27 lines
552 B
Plaintext

# SPDX-License-Identifier: LGPL-2.1-or-later
# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
[Output]
Format=gpt_btrfs
Bootable=yes
HostonlyInitrd=yes
# Prevent ASAN warnings when building the image
Environment=ASAN_OPTIONS=verify_asan_link_order=false
OutputDirectory=mkosi.output
[Content]
BuildDirectory=mkosi.builddir
Cache=mkosi.cache
InstallDirectory=mkosi.installdir
SourceFileTransferFinal=copy-git-others
[Host]
QemuHeadless=yes
Netdev=yes
QemuMem=2G
[Validation]
Password=
Autologin=yes