Print a warning if no platform-specific setup is available.
+2012-01-25 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * util/grub-install.in: Fix an ARC bug.
+ Print a warning if no platform-specific setup is available.
+
2012-01-24 Vladimir Serbinenko <phcoder@gmail.com>
Use static allocation rather than scratch pointer in reed_solomon.
if ! ([ "${target_cpu}-${platform}" = "i386-pc" ] \
|| [ "${target_cpu}-${platform}" = "sparc64-ieee1275" ] \
- || [ "${target_cpu}-${platform}" = "powerpc-ieee1275" ]); then
+ || [ "${target_cpu}-${platform}" = "powerpc-ieee1275" ]
+ || [ "${target_cpu}-${platform}" = "mips-arc" ]); then
install_device=
fi
-L "$bootloader_id" -l "\\EFI\\$efi_distributor\\$efi_file"
fi
fi
+else
+ echo "WARNING: no platform-specific install was performed"
fi
echo "Installation finished. No error reported."