Merge pull request #85832 from benley/benley/grub-serial
installer test: Fix grub extraConfig syntax
This commit is contained in:
commit
06a34e69ad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user