]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootspec: split out ESP blkid validation into function of its own
authorLennart Poettering <lennart@poettering.net>
Wed, 30 Jan 2019 17:24:59 +0000 (18:24 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 1 Mar 2019 11:41:32 +0000 (12:41 +0100)
commit575d437032a4a8681d9b526ab61eea04c02a8d7c
treef39f98405ec59f10bb8b007019c452a4e7e84105
parent23953a3ef85423fa91da5e5e03687583b60a82c2
bootspec: split out ESP blkid validation into function of its own

This makes it easier to add an alternative implementation for this that
uses sd-device instead of blkid directly.
src/shared/bootspec.c