MultiCD - Combine varios CDs en sólo uno.
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.
user@pc$ chmod +x multicd*.sh user@pc$ sudo ./multicd*.shEl script detectará que imágenes están presentes y creará el CD para usted.
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
|
|
|
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.gitUsualmente no es muy diferente de la última versión liberada.
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.