commit | 997b57fc1a375811af84bc1d18a5e59957b2a937 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Feb 28 18:17:28 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 07 17:37:12 2021 +0100 |
tree | 1e00a57b1c07161768fa37929959e9d21707880a | |
parent | e4dba4ba6f61e8128be0b4200ca2d8cebf62180b [diff] |
efi_loader: console size of vidconsole If stdout is 'vidconsole', we correctly set the console size. If stdout is 'vidconsole,serial', the video console is ignored. We should always evaluate the size of vidconsole if it is the primary console. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>