all repos — nixfiles @ 43b45692de6fdd24c64b5e530d59290d38ff6e93

System and user configuration, managed by nix and home-manager

grub2: Setup console earlier in boot
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 22:17:44 +0200
commit

43b45692de6fdd24c64b5e530d59290d38ff6e93

parent

8eb4aea9debd55b133bdad3c584c270c7367e62c

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M modules/grub2.nixmodules/grub2.nix
@@ -9,4 +9,5 @@ efiSupport = true;     };
     efi.canTouchEfiVariables = true;
   };
+  boot.earlyVconsoleSetup = true;
 }