]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootspec: fix string table naming for BootEntryType/BootEntrySource (#38106)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 Jul 2025 00:11:30 +0000 (09:11 +0900)
committerGitHub <noreply@github.com>
Tue, 8 Jul 2025 00:11:30 +0000 (09:11 +0900)
commitef6b6f31c7007dbe8092b124052fa41947c83d1d
treef7028dce0810c88413969cd34b3f192d6e1c945f
parentbb176bdb51c10fcee12f9f9fbe6f22e8f97e9ebf
parent1e7ba4780d5e887788742430feafc768e5cc7e49
bootspec: fix string table naming for BootEntryType/BootEntrySource (#38106)

This was all very confusing and not matching our coding style
recommendations. Let's fix that.

Prompted by #37897, which really should make use of BootEntryType, but
we better clean it up first.