]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootspec: rename BootEntryType values
authorLennart Poettering <lennart@poettering.net>
Mon, 7 Jul 2025 16:10:13 +0000 (18:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 7 Jul 2025 16:23:59 +0000 (18:23 +0200)
commit9880c7f103cde943a40aa9eec8e70c40708ecb45
tree3478c3d03a5df79e173ee182db40c798e566c559
parenta1c7aa6a95956f6827b250a9fec9d584077e2a37
bootspec: rename BootEntryType values

So we exposed different names for the entry types in JSON than we named
our enum values. Which is very confusing. Let's unify that. Given that
the JSON fields are externally visible let's stick to that naming, even
though I think "unified" and "conf" would have been more descriptive.

This ensures we follow our usual logic that the enum identifiers and the
strings they map to use the same naming.
src/shared/bootspec.c
src/shared/bootspec.h
src/vmspawn/vmspawn.c