[PATCH] export net_* variables by default

2013-06-23 Thread Andrey Borzenkov
All those variables reflect physical interface properties, so they are global by nature. Export them by default. Signed-off-by: Andrey Borzenkov --- grub-core/net/bootp.c | 6 +- grub-core/net/net.c | 6 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/grub-core/net/b

Re: i386/pc/chainloader.c fails with syntax like chainloader (hd1, msdos1)+1

2013-06-23 Thread Michael Chang
2013/6/21 Vladimir 'φ-coder/phcoder' Serbinenko : > On 21.06.2013 11:23, Michael Chang wrote: >> Hi, >> >> The i386/pc/chainloader.c hangs when attempting to chainload other >> disk's boot sector (or mbr) with a syntax like this. Say if current >> environment setting root=hd0,msdos2. >> >> $ chai