What Im Trying to do: Adding a package "scli-1.06.16-20.i386.rpm" to the install. What Ive done so far: I am using AutoYast to install SuSE 9.2. I have copied the rpm to the path2CD/suse/i586 folder. Deleted MD5SUMS, ran 'md5sum * > MD5SUMS'. Then I backed up to the path2CD/suse folder and ran 'create_package_descr -x path2CD/suse/setup/descr/EXTRA_PROV' command to rebuild the package database. I also read somewhere about updating the INDEX.gz and ls-lR.gz files in the main folder. (Do I need to do this every time I add a package to my custom CD with these commands? ie. update MD5SUMS, INDEX.gz, and ls-lR.gz files?) --------- cd /suse_9.2 rm INDEX.gz ls-lR.gz ls – lR > ls-lR gzip ls-lR find . > INDEX gzip INDEX --------- Problem: When I run the install it says "Package scli-1.06.16-20.i386 not found on medium. Details- Err 11283:ERROR(Medium: file not found)" I have read through the previous postings and found a simular posting. I followed the same steps in the posting and received the same error. He was trying to put his packages in the noarch folder. It worked for him when he put them in the i586 folder. He wanted to know why it didnt work in the noarch folder and the poster said maybe that was because the rpms were not noarch. I noticed my rpm is a i386. Does this have anything to do with my problem? I also noticed it didnt say "Package scli-1.06.16-20.i386.rpm" (with the .rpm) Thanks Sean Siemsen