> John Summerfield wrote: > > > I don't know how you chaps build full RHL CD sets, but I don't reckon the > > version of Anaconda that shipped with RHL 7.2 does it. > > > > For me splitdistro dies when it can't find the SRPMS directory for disk 3. > > > > 147 print "Creating directories %s %s %s/SRPMS %s/RedHat/RPMS" % (disc1Di > r, > > disc1SrcDir, disc2SrcDir, disc2Dir) > > 148 > > 149 os.system("mkdir -p %s %s/SRPMS %s/SRPMS %s/RedHat/RPMS" % > > 150 (disc1Dir, disc1SrcDir, disc2SrcDir, disc2Dir)) > > > > > > line 147 is some debugging code I added. Line 149 (I think it was previousl > y > > 148) needs to read as in this snippet. the second of these lines was wrong too, with the result the source packages didn't get split. print "Creating first source disc..." os.system("cp -al %s/. %s/SRPMS" % (srcDir, disc1SrcDir)) stamp(disc1SrcDir, "disc3", arch, startedAt) -- Cheers John Summerfield Microsoft's most solid OS: http://www.geocities.com/rcwoolley/ Note: mail delivered to me is deemed to be intended for me, for my disposition. ============================== If you don't like being told you're wrong, be right!