bootspec: add comment explaining verify_esp() return codes

This commit is contained in:
Lennart Poettering 2019-01-29 12:01:36 +01:00
parent a7afbd60e3
commit 23953a3ef8

View file

@ -444,6 +444,13 @@ static int verify_esp(
assert(p);
/* This logs about all errors, except:
*
* -ENOENT if 'searching' is set, and the dir doesn't exist
* -EADDRNOTAVAIL if 'searching' is set, and the dir doesn't look like an ESP
* -EACESS if 'unprivileged_mode' is set, and we have trouble acessing the thing
*/
relax_checks = getenv_bool("SYSTEMD_RELAX_ESP_CHECKS") > 0;
/* Non-root user can only check the status, so if an error occured in the following, it does not cause any