Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.

2013-07-14 Thread Javier Vasquez
On 7/14/13, Javier Vasquez wrote: > ... > > Does this mean that if do the following: > > bzr branch http://bzr.savannah.gnu.org/r/grub/trunk/grub > > ... By using trunk, and instaling grub from there, and generating the menu wihtout and/or with: GRUB_PRELOAD_MODULES="part_gpt part_msdos usb usb_

Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation.

2013-07-14 Thread Javier Vasquez
On 7/13/13, Aleš Nesrsta wrote: >> You have to use nativedisk command which reloads disk drivers all at >> once as BIOS disk services are disables when *hci or pata is loaded. > > Thanks, it works - it looks like I missed some important change in GRUB... > > BR, > Ales Does this mean that if do t

Re: [PATCH] export net_* variables by default

2013-07-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Go ahead. On 23.06.2013 21:44, Andrey Borzenkov wrote: 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, 1