Okay, I probably shouldn't be working on this at 11:00pm on a weekend. :) 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*. 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..... -- Matthew Miller mattdm@xxxxxxxxxx <http://www.mattdm.org/> Boston University Linux ------> <http://linux.bu.edu/>