commit | 2fa2765f660c6351586922a6e07d2a15544581a9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Apr 28 06:30:30 2022 +0000 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Apr 29 14:25:40 2022 +0200 |
tree | 22ad4f595b7c3aad733f3885df2f4cdace28c2d2 | |
parent | 8c591135fc81c9f6a8e2cec749fe755f624588ea [diff] |
efi_loader: call efi_init_early() earlier efi_init_early() creates an event hook for block device probing. It has to be called before any block device is probed. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>