mirror of
https://github.com/systemd/systemd.git
synced 2025-01-05 13:18:06 +03:00
bcb335ac68
- Use mkosi.images/ instead of mkosi.presets/ - Use the .chroot suffix to run scripts in the image - Use BuildSources= match for the kernel build - Move 10-systemd.conf to mkosi.conf and rely on mkosi.local.conf for local configuration
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Match]
|
|
Bootable=!no
|
|
Format=|disk
|
|
Format=|directory
|
|
|
|
[Config]
|
|
Dependencies=initrd
|
|
|
|
[Content]
|
|
Initrds=../../mkosi.output/initrd
|