From 43b45692de6fdd24c64b5e530d59290d38ff6e93 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 22:17:44 +0200 Subject: grub2: Setup console earlier in boot --- modules/grub2.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/grub2.nix') diff --git a/modules/grub2.nix b/modules/grub2.nix index 6eaa8cc..be78a60 100644 --- a/modules/grub2.nix +++ b/modules/grub2.nix @@ -9,4 +9,5 @@ }; efi.canTouchEfiVariables = true; }; + boot.earlyVconsoleSetup = true; } -- cgit 1.4.1