Merge pull request #85832 from benley/benley/grub-serial

installer test: Fix grub extraConfig syntax
This commit is contained in:
Florian Klink
2020-04-23 13:38:30 +02:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ let
boot.loader.grub.splashImage = null;
''}
boot.loader.grub.extraConfig = "serial; terminal_output.serial";
boot.loader.grub.extraConfig = "serial; terminal_output serial";
${if grubUseEfi then ''
boot.loader.grub.device = "nodev";
boot.loader.grub.efiSupport = true;