Re: [Qemu-devel] [PATCH] pc-bios: Use iPXE ROMs

2011-03-16 Thread Alex Williamson
On Wed, 2011-03-16 at 18:48 +, Stefan Hajnoczi wrote: > On Tue, Mar 15, 2011 at 5:00 PM, Alex Williamson > wrote: > > diff --git a/scripts/refresh-pxe-roms.sh b/scripts/refresh-pxe-roms.sh > > Please enclose variable expansions in double-quotes so paths with > spaces in them work. For exampl

Re: [Qemu-devel] [PATCH] pc-bios: Use iPXE ROMs

2011-03-16 Thread Stefan Hajnoczi
On Tue, Mar 15, 2011 at 5:00 PM, Alex Williamson wrote: > diff --git a/scripts/refresh-pxe-roms.sh b/scripts/refresh-pxe-roms.sh Please enclose variable expansions in double-quotes so paths with spaces in them work. For example: cp $BUILD_DIR/$LOCAL_CONFIG $SAVED_CONFIG This will not do what yo

Re: [Qemu-devel] [PATCH] pc-bios: Use iPXE ROMs

2011-03-15 Thread Alex Williamson
On Tue, 2011-03-15 at 23:24 +0100, Stefan Weil wrote: > Am 15.03.2011 18:00, schrieb Alex Williamson: > > Refresh PXE ROMs from the iPXE project (http://ipxe.org). This > > includes moving eepro100 to use standard naming and including a > > script to easily refresh PXE ROMs from either a local git

Re: [Qemu-devel] [PATCH] pc-bios: Use iPXE ROMs

2011-03-15 Thread Stefan Weil
Am 15.03.2011 18:00, schrieb Alex Williamson: Refresh PXE ROMs from the iPXE project (http://ipxe.org). This includes moving eepro100 to use standard naming and including a script to easily refresh PXE ROMs from either a local git tree or the upstream project. We include the 'git describe' output

[Qemu-devel] [PATCH] pc-bios: Use iPXE ROMs

2011-03-15 Thread Alex Williamson
Refresh PXE ROMs from the iPXE project (http://ipxe.org). This includes moving eepro100 to use standard naming and including a script to easily refresh PXE ROMs from either a local git tree or the upstream project. We include the 'git describe' output in the resulting product name, making it easy