On Thu, 2007-10-11 at 16:04 -0600, Orion Poplawski wrote: > Jeremy Katz wrote: > > On Wed, 2007-10-10 at 17:01 -0600, Orion Poplawski wrote: > >> Trying to do a minimal respin with pungi on latest development system. > >> I seem to be ending up with an initrd.img that cannot load any modules. > >> That seems to be because the modules.cgz directory structure is: > > > > Weird. Haven't seen that at all; today's rawhide went off without a > > hitch. Did mk-images perhaps exit early? > > Yeah, I still don't get it. Every time I run pungi, the modules.cgz > (from images/pxeboot/initrd.img) contents path is: [snip] > Now, I can see in mk-images where updboot.kernel.##### would come from, > what I can't see is where the version/arch path would come from. See intcopymodules() in scrupts/mk-images. It's almost like that's not being run, but I can't see how that would happen. > Looks like there is an "upd-kernel" script in anaconda that might do > this, but I don't see this getting called any where. upd-kernel is a handy script to take a kernel + initrd pair and update them for a new kernel. Jeremy