Skip to content

Commit

Permalink
- add mokutil package for secure boot (bnc #808852)
Browse files Browse the repository at this point in the history
- 2.17.95
  • Loading branch information
wfeldt committed Mar 15, 2013
1 parent b96bfc7 commit fee1b91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.17.94
2.17.95
6 changes: 6 additions & 0 deletions package/yast2-bootloader.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 15 11:15:54 CET 2013 - snwint@suse.de

- add mokutil package for secure boot (bnc #808852)
- 2.17.95

-------------------------------------------------------------------
Wed Feb 27 13:11:47 CET 2013 - snwint@suse.de

Expand Down
2 changes: 1 addition & 1 deletion src/modules/BootELILO.ycp
Expand Up @@ -599,7 +599,7 @@ global define void BootELILO () {
list packages = ["elilo", "efibootmgr"];

if (Arch::x86_64 ()) {
packages = union(packages, ["shim", "grub2-x86_64-efi"]);
packages = union(packages, ["shim", "mokutil", "grub2-x86_64-efi"]);

This comment has been minimized.

Copy link
@kobliha

kobliha Mar 15, 2013

Member

Is there a link to docu that would stay what is required? As this is an external dependency, next time anyone is changing the code (required packages), should check the docs.

}

BootCommon::bootloader_attribs["elilo"] = $[
Expand Down

0 comments on commit fee1b91

Please sign in to comment.