commit | 963d7cc0bdf9d78a64333ba8197ba49a10f24593 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Oct 18 03:18:36 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Oct 18 16:17:29 2024 +0200 |
tree | ff50c42da10eaeec85c8b827ff1b80e7dbc0d63f | |
parent | 37d14c8620651a44e6eac0c5d0eb03603572fe24 [diff] |
efi_loader: reduce noisiness if ESP is missing EFI variables can be stored in a file on the EFI system partition. If that partition is missing we are writing two error messages per variable. This is too noisy. Just warn once about the missing ESP. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>