grub-install-common: Increase buf size to 8192 as modinfo.sh is bigger.

This commit is contained in:
Vladimir Serbinenko 2015-05-07 17:09:58 +02:00
parent 5fd1cb980a
commit 9916ed6f82

View file

@ -902,7 +902,7 @@ grub_install_get_target (const char *src)
{
char *fn;
grub_util_fd_t f;
char buf[2048];
char buf[8192];
ssize_t r;
char *c, *pl, *p;
size_t i;