mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
79a998fa21
- InstallDirectory caches the install part of the build process which speeds up incremental builds a little and allows inspecting the installed components in mkosi.installdir. - SourceFileTransferFinal copies the source files to the final image which makes the gdb experience in qemu/systemd-nspawn a bit nicer as it can now find the source files and show the source code in the gdb cli itself.
23 lines
416 B
Plaintext
23 lines
416 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
|
|
|
|
[Packages]
|
|
BuildDirectory=mkosi.builddir
|
|
Cache=mkosi.cache
|
|
InstallDirectory=mkosi.installdir
|
|
SourceFileTransferFinal=copy-git-others
|
|
|
|
[Host]
|
|
QemuHeadless=yes
|
|
NetworkVeth=yes
|
|
|
|
[Validation]
|
|
Password=
|
|
Autologin=yes
|