x86: allow both old and new grub signatures in sysupgrade

SVN-Revision: 33898
master
Jo-Philipp Wich 12 years ago
parent 949b46d13d
commit f600ec5b3b
  1. 2
      target/linux/x86/base-files/lib/upgrade/platform.sh

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

Loading…
Cancel
Save