SHA256
1
0
forked from pool/grub2

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:
2017-01-03 04:42:55 +00:00
committed by Git OBS Bridge
parent 0f14b3f0b0
commit be69501efa
2 changed files with 12 additions and 0 deletions

View File

@@ -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