John Summerfield wrote:
Since I suggested that, I've been having adventures with pxelinux, part of the
full syslinux package.
There's also isolinux which I've not looked at but which may be useful to you.
Get the source from the source and try it.
I'll look into it.
It should "just work." You will need to audit the source and look for ints that should be described as size_t. Or file a bug report and wait for RH to fix it.
There were no instances of size_t in the file. I did, however, find this:
isofd = open(fname, O_RDWR);
if (isofd < 0) {
fprintf(stderr, "Error - Unable to open file %s\n\n", fname);
exit(1);
}
I am not yet proficient at C, so I'm not sure what this means. It looks
like isofd is less than 0, whatever that means.
Apparently RH in Europe sells a DVD edition, If you can lay your hands on one, just possibly it's fixed in that.
I certainly doubt it, as the original iso was 1.5GB. When I added 7.2,
it grew over 2 GB.
Forrest
--