Accepting request 449082 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/449082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=148
This commit is contained in:
2017-01-09 10:52:40 +00:00
committed by Git OBS Bridge
parent 60c661b4b1
commit 4b6cbb3348
4 changed files with 18 additions and 81 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