On Sun, 2004-05-16 at 23:09 -0400, Matthew Miller wrote: > Okay, I probably shouldn't be working on this at 11:00pm on a weekend. :) No, probably not... anything in the scripts/ dir is trouble anytime ;) > However, I'm confused by something: how to get memtest86 onto rebuilt > anaconda 10.0 install CDs. In mk-image.i386, there's a bit about "# copy in > memtest if present" which looks for -- and doesn't find -- files in > $IMGPATH/usr/lib/anaconda-runtime/boot/memtest*. Yep, this is with anaconda-10.0-5? I had late breaking changes fixing this stuff all up... > Meanwhile, upd-instroot has this: > > # copy bootloader files for i386/x86_64 > if [ $ARCH = i386 -o $ARCH = x86_64 ]; then > if [ $p = $DESTGR ]; then > mkdir -p $p/usr/lib/anaconda-runtime/boot > cp -af $p/boot/memtest* $p/usr/lib/anaconda-runtime/boot > fi > fi > > Hmmm. So that seems like it *ought* to be putting them there. But they're > not..... Should be. Do you have the memtest86+ package in your tree or did you lose it somehow? If so, changing the scripts to run with sh -x and tracing through the output is your best bet. And actually, are you on i386 or x86_64? It seems this worked on the final FC2 i386 tree but not x86_64. Probably for a reason that would be obvious to me if it wasn't nearly 11 pm Jeremy