Hello community, here is the log from the commit of package ovmf for openSUSE:Factory checked in at 2019-07-08 15:00:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ovmf (Old) and /work/SRC/openSUSE:Factory/.ovmf.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ovmf" Mon Jul 8 15:00:25 2019 rev:36 rq:713568 version:201905 Changes: -------- --- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes 2019-06-24 21:50:15.959961881 +0200 +++ /work/SRC/openSUSE:Factory/.ovmf.new.4615/ovmf.changes 2019-07-08 15:00:25.866480680 +0200 @@ -1,0 +2,5 @@ +Fri Jul 5 07:15:55 UTC 2019 - Gary Ching-Pang Lin <[email protected]> + +- Reset BootOrder after enrolling the default keys (boo#1140195) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gen-key-enrollment-iso.sh ++++++ --- /var/tmp/diff_new_pack.AQENtI/_old 2019-07-08 15:00:27.354482930 +0200 +++ /var/tmp/diff_new_pack.AQENtI/_new 2019-07-08 15:00:27.354482930 +0200 @@ -69,12 +69,17 @@ ENROLLER_SIZE=$(stat --format=%s -- "$ENROLLER_BINARY") START_SCRIPT=$TMP_DIR/"startup.nsh" +# Enter the first ESP echo "fs0:" > $START_SCRIPT +# Enroll the keys if [ $TYPE == "default" ]; then echo "EnrollDefaultKeys.efi" >> $START_SCRIPT else echo "EnrollDefaultKeys.efi --no-default" >> $START_SCRIPT fi +# Reset BootOrder +echo "setvar BootOrder -guid 8be4df61-93ca-11d2-aa0d-00e098032b8c -bs -rt -nv =" >> $START_SCRIPT +# Shutdown the system echo "reset -s" >> $START_SCRIPT UEFI_SHELL_IMAGE=uefi_shell_${ARCH}_${TYPE}.img
