grub2: Setup console earlier in boot
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 22:17:44 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M modules/grub2.nix → modules/grub2.nix
@@ -9,4 +9,5 @@ efiSupport = true; }; efi.canTouchEfiVariables = true; }; + boot.earlyVconsoleSetup = true; }