lunes, junio 22, 2015

Instalar MULTISYSTEM en Ubuntu desde PPA

Multisystem es un programa que nos permite tener varias Distribuciones en un mismo Pendrive USB booteable, en donde al iniciar se nos muestra un menú con las diferentes distribuciones posibles, como para continuar el inicio con ellas.
Ideal para quienes queremos llevar muhcas distribuciones, o una distribución con sus diferentes versiones (ej. 32 y 64 bits, etc.).

Para instalarlo facilmente usando PPA, se procede de la siguiente manera:

En CONSOLA escribir lo siguiente:


sudo apt-add-repository 'deb http://liveusb.info/multisystem/depot all main'

wget -q http://liveusb.info/multisystem/depot/multisystem.asc -O- | sudo apt-key add -

sudo apt-get update

sudo apt-get install multisystem


Fuente:
http://www.facilware.com/multisystem-usb-varias-isos-en-un-usb.html