[PATCH] grub-mkrescue: remove temporary load_cfg file

2014-05-01 Thread Andrey Borzenkov
--- util/grub-mkrescue.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/grub-mkrescue.c b/util/grub-mkrescue.c index e719839..c3d9b32 100644 --- a/util/grub-mkrescue.c +++ b/util/grub-mkrescue.c @@ -323,6 +323,7 @@ make_image_fwdisk_abs (enum grub_install_plat plat,

Re: Unable to run grub-mkrescue powerpc ISO in QEMU

2014-05-01 Thread Andrey Borzenkov
В Sun, 06 Apr 2014 11:59:52 +0200 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com пишет: On 06.04.2014 06:24, Andrey Borzenkov wrote: Using qemu-system-ppc -cdrom /tmp/grub2-ppc.iso -boot d -nographic (-nographic just to capture output) I get CNR with either upstream or

RE: RFC Patch [0/2] PXE Add support for proxy DHCP

2014-05-01 Thread Mroczek, Joseph T
From: Vladimir 'f-coder/phcoder' Serbinenko Sent: Sunday, April 20, 2014 7:06 AM On 19.04.2014 02:26, Mroczek, Joseph T wrote: Hello: Currently, grub does not support getting boot server information from a proxy DHCP server. This patch set adds this support for EFI. If the approach