Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2024-01-23 09:12:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2"

Tue Jan 23 09:12:54 2024 rev:315 rq: version:2.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2024-01-22 
20:30:58.282087837 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new.16006/grub2.changes   2024-01-23 
09:12:56.431622719 +0100
@@ -2,6 +1,0 @@
-Sat Jan 20 20:08:34 UTC 2024 - Giacomo Comes <gcomes....@gmail.com>
-
-- allow to boot memtest86 if stored in /usr/lib/memtest86+
-  * SR#1071109 can then work
-
--------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ 20_memtest86+ ++++++
--- /var/tmp/diff_new_pack.svoHey/_old  2024-01-23 09:12:59.663740628 +0100
+++ /var/tmp/diff_new_pack.svoHey/_new  2024-01-23 09:12:59.663740628 +0100
@@ -35,31 +35,17 @@
 
 # memtest86+ comes in two flavours, one EFI and one suitable for x86 real mode.
 # The EFI module requires security disabled in BIOS (Boot Mode: Other OS)
-if [ -d /sys/firmware/efi ]; then
-  if [ -f /boot/efi/EFI/memtest86/memtest.efi ]; then
-    memtest=/boot/efi/EFI/memtest86/memtest.efi
-  elif [ -f /usr/lib/memtest86+/memtest.efi ]; then
-    memtest=/usr/lib/memtest86+/memtest.efi
-  else
-    #memtest.efi not found
-    exit 0
-  fi
+if [ -d /sys/firmware/efi -a -f /boot/efi/EFI/memtest86/memtest.efi ]; then
+  memtest=/boot/efi/EFI/memtest86/memtest.efi
   loader='linux  '
   message="$(gettext_printf "Loading EFI memtest ...\n" | grub_quote)"
+  # locate the real EFI partition
+  GRUB_DEVICE_BOOT=$(grub2-probe -t device "$memtest")
 else
-  if [ -f /boot/memtest.bin ]; then
-    memtest=/boot/memtest.bin
-  elif [ -f /usr/lib/memtest86+/memtest.bin ]; then
-    memtest=/usr/lib/memtest86+/memtest.bin
-  else
-    #memtest.bin not found
-    exit 0
-  fi
+  memtest=/boot/memtest.bin
   loader='linux16'
   message="$(gettext_printf "Loading x86 memtest ...\n" | grub_quote)"
 fi
-# locate the real partition
-GRUB_DEVICE_BOOT=$(grub2-probe -t device "$memtest")
 
 if grub_file_is_not_garbage "$memtest" ; then
   gettext_printf "Found memtest image: %s\n" "$memtest" >&2

Reply via email to