Skip to content

Commit

Permalink
- use either on or off but not auto for secure boot setting (bnc #812…
Browse files Browse the repository at this point in the history
…008)

- 2.17.96
  • Loading branch information
wfeldt committed May 22, 2013
1 parent fee1b91 commit 1214d9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.95
2.17.96
6 changes: 6 additions & 0 deletions package/yast2-bootloader.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 22 15:30:25 CEST 2013 - snwint@suse.de

- use either on or off but not auto for secure boot setting (bnc #812008)
- 2.17.96

-------------------------------------------------------------------
Fri Mar 15 11:15:54 CET 2013 - snwint@suse.de

Expand Down
5 changes: 0 additions & 5 deletions src/modules/BootELILO.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ global void CreateGlobals () {
// "default" : BootCommon::translateSectionTitle ("linux"),
"default" : "linux",
"timeout" : "80",
"secure-boot" : "auto",
"prompt" : "true",
// bnc #438276 - remove deprecated 'read-only'
// "read-only" : "true",
Expand Down Expand Up @@ -252,10 +251,6 @@ global define boolean Read (boolean reread, boolean avoid_reading_device_map) {
BootCommon::DetectDisks ();
boolean ret = BootCommon::Read (reread, avoid_reading_device_map);

if (BootCommon::globals["secure-boot"]:"" == "") {
BootCommon::globals["secure-boot"] = "auto";
}

// check for meaningless EFI entry name in sysconfig
if ( !haskey(BootCommon::globals,"boot_efilabel")
|| BootCommon::globals["boot_efilabel"]:"" == "mbr"
Expand Down

0 comments on commit 1214d9d

Please sign in to comment.