Description of problem: Fedora7 development PPC32 netboot image has been 0 bytes in size since test3 Link: http://download.fedora.redhat.com/pub/fedora/linux/core/development/ppc/os/ images/netboot/
Should be filed against anaconda. This seems to be because mk-images.ppc is trying to copy the zImage.lds linker script into the current directory... but it's actually copying it into the ppc/ppc64 directory when building the image from ppc/ppc32. This probably only worked before because the script was found in /usr/share/ppc64-utils/, but now that's not present.
Created attachment 153588 [details] patch This should fix it.