HYIP-Man: multicd.sh Combine Several CDs into One
Saturday, March 27, 2010
multicd.sh Combine Several CDs into One

multicd.sh is a shell script designed to build a multiboot CD image containing many different Linux distributions and/or utilities.

The avantages to making a CD with this script are:

  • You don't need to burn multiple CDs for small distributions.
  • If you already have the ISO images, it is not necessary to download them again.
  • When a new version of one of the distributions is released, you can simply download the new version and run the script again to build a new multiboot image.
Instructions:
An image of an example multicd directory.
  1. Make a folder for building the image. You can give it any name; I call mine multicd.
  2. Download the multicd.sh script and save it into that folder. (For version 5.0+, either download multicd-[version]-combined.sh to that folder or untar multicd-[version]-seperate.tar.gz to that folder.)
  3. Copy or symlink some of the supported boot images to files in that folder. Note: they must have the names below (i.e. Puppy must be puppy.iso, etc.) Also, only distros supported by this script will work.
  4. Install mkisofs or genisoimage. If your distribution comes with CD/DVD burning sftware, you probably have it already.
  5. Open a terminal, go to the multicd folder (made in step 1) and type:
chmod +x multicd*.sh
sudo ./multicd*.sh


The script will detect which images are present and make a CD for you. They will appear on the menu of the final CD in the order they are listed. (Note: if the final size is over 700 MB, you will have to use a DVD.)

Arguments:

c / md5: include an MD5 checksum file (md5sum.txt) m: don't include Memtest86+ modules: select which Slax moudles to copy over (requires dialog) v: be more verbose   
Supported Distributions:
Note: with version 5.0 and up, these distributions will appear in alphabetical order. Change the filenames of the files in the plugins folder to change the order. Ubuntu Live CD → ubuntu.iso
Linux Mintlinuxmint.iso
PCLinuxOSpclos.iso* PCLinuxOS LXDEpclx.iso* Knoppixknoppix.iso (Versions 5 and 6 supported. If you use the DVD version, KNOPPIX2 will be dropped. You can also use the 5.3.1 Japanese Edition if you prefer KDE.)
*the two plugins can both be used for any other version of PCLinuxOS 2009 -customized-
Debian Livebinary.iso
-compilation-
Ultimate Boot CDubcd.iso
-not too large-
Slaxslax.iso
Tiny Core Linuxtinycore.iso
Puppypuppy.iso
Macpupmacpup.iso
Featherfeather.iso
SliTazslitaz.iso
Austrumial.iso
GeeXboXgbox.iso
DSLdsl.iso
Slax modules → *.lzm
DeLi Linuxdeli.iso
TinyMetimyme.iso
antiXantix.iso
Wolvixwolvix.iso
CDlinuxcdl.iso
-partitoning and specialized-
RIPLinuXriplinux.iso
SystemRescueCdsysrcd.iso
Trinity Rescue Kittrk.iso
INSERTinsert.iso
Parted Magicpmagic.iso
GParted Livegparted.iso
BackTrack Linuxbacktrack.iso
WeakNet Linuxweaknet.iso
Offline NT Password & Registry Editorntpasswd.iso
EASEUS Disk Copydiskcopy.iso
Clonezillaclonezilla.iso
PINGping.iso
Endian Firewallefw.iso
NetbootCDnetbootcd.iso
Ubuntu (hardy or jaunty) mini.iso → ubuntu-mini.iso
Debian (lenny, squeeze or sid) mini.iso → debian-mini.iso
Fedora 11 netinstfedora-boot.iso
openSUSE NET isoopensuse.iso
Mandriva boot.isomandriva-boot.iso
Arch Linux FTP or COREarch.iso
FreeDOS base or full CDfdbasecd.iso/fdfullcd.iso
Any floppy disk image → *.img or *.imz (could be Super Grub Disk, MS-DOS, etc.)
Any floppy disk image → games/*.img or games/*.imz (for bootable DOS disk images with games)
GRUB4DOS grub.exegrub.exe
DBAN iso imagedban.iso
Memtest86+automatic

Downloads:

The script can be downloaded from ftp://downloads.tuxfamily.org/multicd/.