On Mon, Dec 01, 2003 at 03:54:35PM -0500, Aron Rubin wrote: > Just to be sure, if I burn boot.iso as the boot trak and the total > contents of that directory as another track, I can get this thing going? > Assuming you are talking about a DVD as CD is too small for that tree, download the entire tree to /some/directory. Then: 'mkisofs -J -R -v -T -o isoimagename.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table /some/directory' There is your DVD iso, for CD, you will have to run a split distro Justin