
21 Jul
2009
21 Jul
'09
8:37 a.m.
Hi Robin, Robin Getz wrote:
From: Robin Getz rgetz@blackfin.uclinux.org
Linux's netconsole works much better when you can pass it the MAC address of the server. (otherwise it just uses broadcast, which everyone else on my network complains about :)
This sets the env var "serveraddr" (to match ethaddr), so that you can pass it to linux with whatever bootargs you want to....
addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr)
Signed-of-by: Robin Getz rgetz@blackfin.uclinux.org
Index: net/net.c
--- net/net.c (revision 1968) +++ net/net.c (working copy)
Can you please re-submit using git tools?
thanks, Ben