Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to Multiple live CDs in one DVD
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
# Create image section had problems.
Posted by: Anonymous [ip: 128.205.185.31] on November 01, 2007 08:27 PM# 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");
}
#