]> git.ipfire.org Git - thirdparty/grub.git/commit
luks2: Add string "index" to user strings using a json index
authorGlenn Washburn <development@efficientek.com>
Tue, 8 Dec 2020 22:45:40 +0000 (16:45 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Sat, 12 Dec 2020 00:19:04 +0000 (01:19 +0100)
commit40abe8576a796a39fc6d4aa48da137fc7faf437c
tree9352166d2e704b925d01e5cc4bc8105cd5786df9
parent2c7933cd9c30c8df5fcb03daff41adb75da9bc60
luks2: Add string "index" to user strings using a json index

This allows error messages to be more easily distinguishable between indexes
and slot keys. The former include the string "index" in the error/debug
string, and the later are surrounded in quotes.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/disk/luks2.c