Accepting request 448263 from home:XRevan86
OBS-URL: https://build.opensuse.org/request/show/448263 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=240
This commit is contained in:
parent
0f14b3f0b0
commit
be69501efa
@ -23,6 +23,12 @@ set -e
|
||||
export TEXTDOMAIN=grub2
|
||||
export TEXTDOMAINDIR=/usr/share/locale
|
||||
|
||||
# memset86+ requires the x86 real mode
|
||||
# which is not available with UEFI booting.
|
||||
if [ -d /sys/firmware/efi ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
CLASS="--class memtest86 --class gnu --class tools"
|
||||
|
||||
if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 30 14:47:39 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
- 20_memtest86+: avoid adding memtest86+ to the list with UEFI
|
||||
booting.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 04:08:19 UTC 2016 - mchang@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user