[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub fails to tftp a file with more than 64K blocks
From: |
Yoshinori K. Okuji |
Subject: |
Re: grub fails to tftp a file with more than 64K blocks |
Date: |
Thu, 15 Apr 2004 13:37:28 +0200 |
User-agent: |
KMail/1.5.3 |
On Wednesday 14 April 2004 04:39, Guzovsky, Eduard wrote:
> Grub version 0.94 with (or without) "grub-0[1].94-diskless-1.patch"
> fails to tftp a file with more than 64K blocks. Bellow is a fix. Note
> that the bug exists in buf_fill() function.
Thanks for your contribution, but this is not the right place to send
your patch. grub-devel is used for GRUB 2 but not for GRUB legacy.
bug-grub is used for patches against GRUB legacy instead.
This time, I accept your patch here, but please use bug-grub rather than
grub-devel from now on.
Also, I'd like you to read the instructions on how to send patches in
the manual. It should say that:
1. Unified format is desirable as a diff format.
2. Reverse patches are not good.
3. You should write a ChangeLog entry for your change.
Okuji