Skip to content

Commit

Permalink
update anaconda patch to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWill committed Sep 12, 2014
1 parent 853fde5 commit f0945b7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 28 deletions.
28 changes: 0 additions & 28 deletions anaconda/anaconda-21.20-baytrail.patch

This file was deleted.

17 changes: 17 additions & 0 deletions anaconda/anaconda-21.25-baytrail.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
--- anaconda-21.25/pyanaconda/bootloader.py 2014-02-28 17:18:44.000000000 -0800
+++ anaconda-21.25/pyanaconda/bootloader.py.new 2014-03-06 18:34:41.379745603 -0800
@@ -1640,12 +1640,12 @@
return ret

class EFIGRUB(GRUB2):
- packages = ["grub2-efi", "efibootmgr", "shim"]
+ packages = ["grub2-efi", "efibootmgr"]
can_dual_boot = False
stage2_is_valid_stage1 = False
stage2_bootable = False

- _efi_binary = "\\shim.efi"
+ _efi_binary = "\\grubia32.efi"

@property
def _config_dir(self):

0 comments on commit f0945b7

Please sign in to comment.