mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-21 21:44:39 -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
|
@ -8,9 +8,9 @@ ManifestFormat=json
|
|||
Output=constellation
|
||||
ImageId=constellation
|
||||
Seed=0e9a6fe0-68f6-408c-bbeb-136054d20445
|
||||
SourceDateEpoch=0
|
||||
|
||||
[Content]
|
||||
SourceDateEpoch=0
|
||||
Bootable=yes
|
||||
Bootloader=uki
|
||||
KernelCommandLine=preempt=full rd.shell=0 rd.emergency=reboot loglevel=8 console=ttyS0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue