Hi, AVC messages appear because the kernel you are using for installation supports SELinux and is running as "permissive" mode. ( If AVC messages appear and the instalattion fails, it is running as "enforcing" mode. ) Appending "selinux=0" to the kernel boot command line work? For example, if you have the following line in the isolinux.cfg append initrd=initrd.img ro you can try append initrd=initrd.img ro selinux=0 I haven't tested, but if the kernel is running as "permissive" mode, it seldom affect the installation process. If this doesn't work, you can try a kernel with SELinux support disabled. The keywords for Google are "SELinux" and "permissive". Hope this helps. -- PANDA In message <003701c49e50$94ad63a0$fe00a8c0@alex> "Avc denied during kickstart cdrom install" ""zebullon" <kickstart@xxxxxxxxx>" wrote: > Hi, > > I'm trying to build my own fedora installation CD. For this I do: > - copy files from fedora install CD1 > - put only rpm i want in directory fedora/RPMS/ > - rebuild the file fedora/base/comps.xml > - rebuild fedora/base/hdlist by using the command: /usr/lib/anaconda-runtime/genhdlist --withnumbers --productpath Fedora --hdlist Fedora/base/hdlist `pwd` > - modify isolinux/boot.mgs and isolinux/isolinux.cfg > - build image iso by using the command mkisofs -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -l -J -R -r -T -v -V '${name}' -o ${name}.iso cdFiles > > The image is working and execpt that the F4 console shows a huge number of messages that begin with: <3> audit(...): avc: denied {XXX} ... > > I someone can help me to fix that... > > Thanks