summaryrefslogtreecommitdiff
path: root/mkosi.default.d/10-systemd.conf
blob: 24b85ddd0bb3eae64fdcd04f210f69f8bc316389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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

[Packages]
BuildDirectory=mkosi.builddir
Cache=mkosi.cache
InstallDirectory=mkosi.installdir
SourceFileTransferFinal=copy-git-others

[Host]
QemuHeadless=yes
NetworkVeth=yes
QemuMem=2G

[Validation]
Password=
Autologin=yes