Freeze break request: add branched f17 to boot.fedoraproject.org

Marko Myllynen myllynen at redhat.com
Mon Mar 5 08:20:03 UTC 2012


Hi Kevin,

>> Basically all what's needed is to have a system with the needed tools
>> to build the iPXE images (adjust the embedded image as needed):
>>
>> yum install git make gcc perl syslinux genisoimage
>> git clone git://git.ipxe.org/ipxe.git ipxe.git
>> cd ipxe.git/src
>> make EMBEDDED_IMAGE=bfo.gpxe bin/ipxe.iso
>> make EMBEDDED_IMAGE=bfo.gpxe bin/ipxe.usb
>> make EMBEDDED_IMAGE=bfo.gpxe bin/ipxe.dsk
>> make EMBEDDED_IMAGE=bfo.gpxe bin/ipxe.lkrn
>
> I tried this and got:
>
> make: *** No rule to make target `bin/ipxe.iso'.  Stop.
>
> basically it doesn't seem they understand a EMBEDDED_IMAGE option.
>
> Thoughts?

well, forgive me asking, but are you sure you were in the right 
directory when you tried to build?-)

FOO=bar defines a variable FOO for the build and the error you got was 
about the missing definition of the actual target, bin/ipxe.iso.

Cheers,

-- 
Marko Myllynen


More information about the infrastructure mailing list