]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-boot: rename ConfigEntry field 'file' to 'id'
authorLennart Poettering <lennart@poettering.net>
Wed, 20 Jun 2018 16:49:10 +0000 (18:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 16 Oct 2018 14:44:34 +0000 (16:44 +0200)
commit081cc95feceec71f08b804570460706719f21abb
treecf3b3a9733fae6a681f5b15b0b12498e9a521506
parent580fe4df59cc7f3c6945fbecc39a1c38edecd629
sd-boot: rename ConfigEntry field 'file' to 'id'

The field derives from a file name only in very specific cases, for
many cases it's a fixed string (for example, all "auto-" items are like
this). Also, even when it derives from a file name, it is processed a
bit, as suffixes are removed and the string is converted to lower case.

hence, let's name this field "id" instead, because that's what it is
used for: as general identification token.
src/boot/efi/boot.c