Skip to content

Commit

Permalink
Repurpose Kubuntu EFI patch for lp:1242417
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver authored and tintou committed Jan 25, 2021
1 parent deb33ca commit 5e7f14b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion debian/patches/install_efi_ubuntu_flavours.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This is not a very good approach, and certainly not sanely upstreamable;
we probably need to split GRUB_DISTRIBUTOR into a couple of different
variables.

Repurposed for use by elementary OS by Cody Garver <cody@elementary.io>

Bug-Ubuntu: https://bugs.launchpad.net/bugs/1242417
Forwarded: not-needed
Last-Update: 2013-12-25
Expand All @@ -24,7 +26,7 @@ index 11940d6e6..e1a0202da 100644
*/
char *t;
efi_distributor = bootloader_id;
+ if (strcmp (efi_distributor, "kubuntu") == 0)
+ if (strcmp (efi_distributor, "elementary") == 0)
+ efi_distributor = "ubuntu";
switch (platform)
{
Expand Down

0 comments on commit 5e7f14b

Please sign in to comment.