On 4/12/07, Dale Sykora <Dale.Sykora at 7core.biz> wrote: > A cd to dvd script is at url below (although I haven't tried it yet). > http://www.tuxforums.org/forum/viewtopic.php?t=446 The script does not take care of repodata. After all files have been combined, the repodata direcory needs to be recompiled. This can be done by inserting this line: /usr/bin/createrepo -g repodata/comps.xml ./ just after the line cd $DVD and before the line mkisofs. Akemi