The lack of nonstandard Console Control protocol should not be treated as an error when attempting to change between graphics and console mode.
In original patches the return value was discarded, but currently if the protocol is not found and the call fails, no splash is drawn. This breaks standards compliant implementations. This patch addresses the lack of protocol correctly indicating success as the implementation will draw both text and graphics in one mode. Joonas Lahtinen (1): graphics: Do not require nonstandard console control protocol src/efi/graphics.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -- 1.8.1.4 _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel