Unverified Commit 7d786472 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

grub2,grub2_{efi,ieee1275,light,pvgrub_image,xen,xen_pvh}: migrate to by-name, fix tests (#505444)

parents 8f21ecf6 d4151238
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
{
  grub2,
  ...
}@args:

grub2.override (
  {
    efiSupport = true;
  }
  // removeAttrs args [ "grub2" ]
)
+11 −0
Original line number Diff line number Diff line
{
  grub2,
  ...
}@args:

grub2.override (
  {
    ieee1275Support = true;
  }
  // removeAttrs args [ "grub2" ]
)
Loading