Linux.com

# Create image section had problems.

Posted by: Anonymous [ip: 128.205.185.31] on November 01, 2007 08:27 PM
I was getting an error when it tried to create the image.iso file. I edited the following section and it worked.
# Create image:

if ($opt_b) {

print "Skipping ISO creation as directed by the command line.\n";

} else {

mkisofs("-o $opt_i -b boot/grub/stage2 -c boot/boot.cat",

"-jcharset utf-8 -r -T", # deleted '-nobak -q' for it to work.

"-no-emul-boot -boot-load-size 4 -boot-info-table",

"$opt_r");

}


#

Return to Multiple live CDs in one DVD