Hello, i have all my RPM in this structure: [root@pouilly i386]# ll /home/ftp/pub/i386 total 16 dr-xr-xr-x 3 root root 4096 déc 12 20:02 dosutils drwxr-xr-x 8 root root 4096 déc 13 02:12 images dr-xr-xr-x 4 root root 4096 déc 13 02:15 RedHat Now i want to split my distribution so that i can burn it in 2 CDs. I tried a lot of different procedures. None of them is good. Here is the last one: cd /usr/lib/anaconda-runtime ./genhdlist /home/ftp/pub/i386 ./buildinstall --comp /home/ftp/pub/i386/RedHat/base/comps /home/ftp/pub/i386 cd /usr/lib/anaconda-runtime PYTHONPATH=/usr/lib/anaconda ./pkgorder /home/ftp/pub/i386/ i386 > /tmp/newpkgorder ./splitdistro --fileorder /tmp/newpkgorder /home/ftp/pub i386 ./genhdlist --withnumbers --hdlist /home/ftp/pub/i386-disc1/RedHat/base/hdlist /home/ftp/pub/i386-disc1 +/home/ftp/pub/i386-disc2 When executing the splitdistro script, my new structure is well made. But when installing the new system from CD, the installer never asked me for the second CD and the installation can't continue. Can anyone help me ? Thanks -- Jérôme