Move shared mkosi settings to a single file in mkosi.default.d/
parent
3c2c8e62c9
commit
6242cda99d
@ -0,0 +1,20 @@
|
||||
# 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
|
||||
|
||||
[Host]
|
||||
QemuHeadless=yes
|
||||
NetworkVeth=yes
|
||||
|
||||
[Validation]
|
||||
Password=
|
||||
Autologin=yes
|
Loading…
Reference in New Issue