* util/grub.d/10_linux.in: Add missing load_video with explicit

GRUB_GFXPAYLOAD_LINUX.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-11-01 12:36:00 +01:00
parent 89d68fa681
commit f8729d984a
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-11-01 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub.d/10_linux.in: Add missing load_video with explicit
GRUB_GFXPAYLOAD_LINUX.
2010-11-01 Vladimir Serbinenko <phcoder@gmail.com>
* Makefile.am (libgrub.pp): Propagate the libgrub.a split.

View file

@ -78,6 +78,11 @@ EOF
EOF
fi
else
if [ "x$GRUB_GFXPAYLOAD_LINUX" != xtext ]; then
cat << EOF
load_video
EOF
fi
cat << EOF
set gfxpayload=$GRUB_GFXPAYLOAD_LINUX
EOF