For the record, stuff in KEEPFILES in upd-instroot needs to be a glob if you want directory contents. Tested it by messing with rpm2cpio the way upd-instroot does: ### "/usr/share/anaconda" $ rpm2cpio ~/anaconda-*.rpm | cpio -iumd "./usr/share/anaconda" $ ls usr/share/anaconda/boot ls: cannot access usr/share/anaconda/boot: No such file or directory ### "/usr/share/anaconda/*" $ rpm2cpio ~/anaconda-*.rpm | cpio -iumd "./usr/share/anaconda/*" $ ls usr/share/anaconda/boot boot.msg grub.conf syslinux.cfg -w _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list