grub-install-common: Increase buf size to 8192 as modinfo.sh is bigger.
This commit is contained in:
parent
5fd1cb980a
commit
9916ed6f82
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue