x86: allow both old and new grub signatures in sysupgrade
SVN-Revision: 33898
This commit is contained in:
parent
949b46d13d
commit
f600ec5b3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue