I think that I recognize this issue. There is a direct call into a
driver to get the device handle. If you want to substitute that driver,
then the substitute driver needs to have that same global function.
There should be a better way to get that device handle than calling
directly into the d
Is there a way to pass IPv6 network configuration info through
multiboot2? The network tag won't work because it is based on DHCPv4
ACK, right?
alan
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
On 2/8/15 7:24 PM, Andrei Borzenkov wrote:
В Sun, 08 Feb 2015 12:26:53 -0800
Alan Perry пишет:
Another question about the http module. http_establish() builds a GET
request that may have a Content-Range header.
Where do you see it?
My mistake - looks like this has been changed since I
On 2/7/15 8:35 AM, Andrei Borzenkov wrote:
В Wed, 04 Feb 2015 16:39:20 -0800
Alan Perry пишет:
Hi,
I am trying to debug a problem involving largish HTTP data transfers
(around 80M). I have no problem transferring around 3M with the grub
http module. Has anyone here observed a similar issue
Hi,
I am trying to debug a problem involving largish HTTP data transfers
(around 80M). I have no problem transferring around 3M with the grub
http module. Has anyone here observed a similar issue or is this not a
problem for others and I should be looking for the problem somewhere
other th
> On Dec 3, 2014, at 9:00 AM, Brugnara Daniele wrote:
>
> source (http,http://192.168.1.70:1273)/
> source (http:http://192.168.1.70:1273)/
> source (http,192.168.1.70,1273)/
> source (http:192.168.1.70:1273:/)
> [...]
>
>
The syntax for a net device is (, ). in your case
would be 'http'.
On 11/19/14, 10:22 AM, Andrei Borzenkov wrote:
В Wed, 19 Nov 2014 09:27:00 -0800
Alan Perry пишет:
On 11/19/14, 9:09 AM, Andrei Borzenkov wrote:
В Wed, 19 Nov 2014 08:54:24 -0800
Alan Perry пишет:
Has anyone come up with a general way to change the port number in the http
module? Right
On 11/19/14, 9:09 AM, Andrei Borzenkov wrote:
В Wed, 19 Nov 2014 08:54:24 -0800
Alan Perry пишет:
Has anyone come up with a general way to change the port number in the http
module? Right now it is hard coded to be 80, but it is very common to do HTTP
over another port number.
I was
Has anyone come up with a general way to change the port number in the http
module? Right now it is hard coded to be 80, but it is very common to do HTTP
over another port number.
I was thinking about extending the device name syntax for network devices
and/or adding a 'default port' (with a co