x86: allow both old and new grub signatures in sysupgrade

SVN-Revision: 33898
This commit is contained in:
Jo-Philipp Wich 2012-10-23 16:34:00 +00:00
parent 949b46d13d
commit f600ec5b3b

View file

@ -19,7 +19,7 @@ platform_check_image() {
[ "$ARGC" -gt 1 ] && return 1 [ "$ARGC" -gt 1 ] && return 1
case "$(get_magic_word "$1")" in case "$(get_magic_word "$1")" in
eb63) return 0;; eb48|eb63) return 0;;
*) *)
echo "Invalid image type" echo "Invalid image type"
return 1 return 1