How are CD images built?

Colin Watson cjwatson at canonical.com
Fri Nov 5 06:23:15 CST 2004


On Fri, Nov 05, 2004 at 11:24:09AM +1100, Luke Yelavich wrote:
> I am wondering what the specific mkisofs command is that is used to 
> build the CD images? I know the CD needs to be bootable etc, but I am 
> more interested in getting the finer details right, such as any Rock 
> Ridge settings, etc.

Depends on the architecture, but for i386:

  mkisofs -r -V 'Ubuntu 4.10 i386 Bin-1' -o warty-install-i386.iso -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table <directory>

Replace <directory> with wherever you've put the unpacked tree.

-- 
Colin Watson                                    [cjwatson at canonical.com]



More information about the ubuntu-devel mailing list