mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-25 00:05:17 -04:00
image: move mkosi settings into their actual sections (#2471)
mkosi now warns about what settings are defined in what sections. Soon, the config parsing might fail when settings are in the wrong sections.
This commit is contained in:
parent
abbe3853cb
commit
bad9edb99b
3 changed files with 5 additions and 5 deletions
|
@ -5,9 +5,10 @@ Release=38
|
|||
[Output]
|
||||
Format=cpio
|
||||
Output=image
|
||||
SourceDateEpoch=0
|
||||
Seed=b04a9a33-4559-4af4-8b38-9249cf933229
|
||||
|
||||
[Content]
|
||||
SourceDateEpoch=0
|
||||
MakeInitrd=yes
|
||||
Bootable=no
|
||||
Packages=systemd
|
||||
|
@ -38,4 +39,3 @@ RemoveFiles=/etc/pki/ca-trust/extracted/java/cacerts
|
|||
# https://github.com/authselect/authselect/pull/348
|
||||
# RemoveFiles=/etc/authselect/*
|
||||
CleanPackageMetadata=true
|
||||
Seed=b04a9a33-4559-4af4-8b38-9249cf933229
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue