MultiCD - Combine varios CDs en sólo uno.

 

Introducción (Arriba)
multicd.sh es un script de shell diseñado para construir una imagen de CD multiarranque conteniendo varias distribuciones y/o utilidades de Linux diferentes.
Las ventajas de hacer un CD con este script son: Versións actual: Último (git) (también disponible como un archivo único)
o 7.0 (2/10/12)
New versions announced on Twitter and Tumblr (or get the RSS feed.)
Instrucciones (Arriba)
  1. Creae un directorio para construir la imagen.
    Puede darle cualquier nombre; Yo llamo la mía multicd.
  2. Descargue el script multicd.sh y guárdelo dentro de ese directorio.
    (Para versiones 5.0+, descargue multicd-[version]-combined.sh ó descomprima multicd-[version]-seperate.tar.gz en ese directorio.)
  3. Copie o enlace alguna de las imagenes de arranque soportadas hacia archivos en ese directorio.
    Nota: deben tener los nombres citados abajo (ej. Puppy debe llamarse puppy.iso, etc.) Además, sólo las distribuciones soportadas por este script funcionarán.
  4. Instale mkisofs ó genisoimage.
    Nota: Si su distribución tiene instalado software para grabación de CD/DVD, probablemente ya los tenga.
  5. Abra una terminal, entre al directorio multicd (creado en el paso 1) y escriba:

    
     user@pc$ chmod +x multicd*.sh
     user@pc$ sudo ./multicd*.sh
     
    
    El script detectará que imágenes están presentes y creará el CD para usted.
    Aparecerán en el menú del CD final en el orden en que están listadas.
    (Nota: si el tamaño final es superior a 700 MB, deberá usar un DVD.)
Argumentos (Arriba)
 
 user@pc$ multicd --help
 -c            : incluye un archivo suma de verificación MD5 (md5sum.txt)
 -d            : drop to a shell prompt before building the ISO (debug)
 -m            : no incluir Memtest86+
 -o [filename] : lets you use another filename for the output instead of multicd.iso
 -t            : run the ISO in QEMU after it is built
 -i            : seleccione que módulos de Slax copiar (require dialog)
 -v            : ser más verboso
 -V            : print out the version number
 -w            : put a "press enter to continue" before exiting
 clean         : don't run the multicd.sh script at all - instead,
                get rid of the symlinks and version files that it
                makes automatically
 
Distribuciones Soportadas (Arriba)
Nota: con la versión 5.0 y superiores, estás distribuciones aparecerán en orden alfabético.
Cambie los nombres de los archivos en el directorio de plugins para cambiar el orden.

  • Sabayon Linuxsabayon.iso
  • Slaxslax.iso
    Slax modules → *.lzm
  • SliTazslitaz.iso
  • SystemRescueCdsysrcd.iso
  • Tiny Core Linuxtinycore.iso
  • TinyMetimyme.iso
  • Trinity Rescue Kittrk.iso
  • Ubuntu Live CDs/DVDs*.ubuntu.iso (or original filename)
  • Ubuntu mini.iso (network installer) → ubuntu-mini.iso
  • Ultimate Boot CDubcd.iso
  • Vyattavyatta.iso
  • WeakNet Linuxweaknet.iso
  • Windows 7 Recovery Disc → win7recovery.iso
  • Windows 7 Recovery Disc (to RAM) → win7recovery-ram.iso (allows multiple Windows recovery discs)
  • Windows 98 SE → win98se.iso
  • Windows Me → winme.iso
  • Wolvixwolvix.iso
  • XBMCxbmc.iso
  • Zorin OSzorin.iso
  • Cualquier imagen de disco Floppy → *.img or *.imz (puede ser Super Grub Disk, MS-DOS, etc.)
  • Cualquier imagen de disco Floppy → juegos/*.img or juegos/*.imz (para imágenes de arranque de disco en DOS con juegos)
  • Memtest86+automático
Descargas (Arriba)

Este script puede descargarse desde ftp://downloads.tuxfamily.org/multicd/.

En el caso de la version 5.0+, existen dos formatos:
"combined" en un solo script (multicd.sh), y el archivo .tar.gz que es un script principal con un directorio de plugins.
El archivo "nosyslinuxincluded" .tar.gz no tiene el archivo syslinux dentro- el script tratará de descargar SYSLINUX si este no está presente.
"combined" esta construido desde un .tar.gz con combine.sh, el cual está incluído en la descarga .tar.gz.

Alternativamente, también puede obtener la última versión de multicd en desarrollo usando git:


 $ git clone git://git.tuxfamily.org/gitroot/multicd/multicd.git
 
Usualmente no es muy diferente de la última versión liberada.

Capturas de pantalla (Arriba)
Licencia (Arriba)

multicd.sh comes with NO WARRANTY and is provided under the MIT License.

Copyright (c) 2010 maybeway36

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.


multicd.sh viene SIN GARANTÍA y es entregado bajo la licencia MIT.

Copyright (c) 2010 maybeway36

Se autoriza, de forma gratuita, a cualquier
persona que ha obtenido una copia de este software y 
archivos asociados de documentación (el "Software"), para tratar en el
Software sin restricción, incluyendo sin ninguna limitación en lo que concierne
los derechos para usar, copiar, modificar, fusionar, publicar,
distribuir, sublicenciar, y / o vender copias de este
Software, y para permitir a las personas que usan el Software para 
hacerlo, con sujeción a las siguientes condiciones:

El aviso de copyright anterior y este aviso de permiso
se incluirá en todas las copias o partes sustanciales de
este Software.

EL SOFTWARE SE ENTREGA "TAL CUAL", SIN GARANTÍA DE NINGÚN
TIPO, EXPRESA o implícita, no limitado a la GARANTÍAS DE
COMERCIALIZACIÓN, CAPACIDAD DE HACER Y DE NO INFRACCIÓN DE COPYRIGHT. EN NINGÚN 
CASO LOS AUTORES O TITULARES DEL COPYRIGHT SERÁN RESPONSABLES DE 
NINGUNA RECLAMACIÓN, daños o OTRAS RESPONSABILIDADES, 
YA SEA EN UN LITIGIO, agravio o DE OTRO MODO, 
DERIVADAS DE, FUERA DE O EN CONEXION CON EL
SOFTWARE SU UTILIZACIÓN U OTRAS OPERACIONES EN EL SOFTWARE.


Soporte (Arriba)