martes, enero 15, 2008

Remasterizar una instalacion de ubuntu

El metodo a continuacion es usado para remasterizar una instalacion de ubuntu

1 INSTALAR REMASTERSYS

abrir el terminal como administrador:
sudo su
agregar el siguiente repositorio al sources.list y actualizar
echo "deb http://www.linuxmint.com/repository romeo/" >>/etc/apt/sources.list
apt-get update

Ahora podemos instalar el remastersys:
apt-get install remastersys
y ahora salimos con exit



2 USO DEL REMASTERSYS

sudo remastersys

con esto puedes ver todas las opciones disponibles:

pcontramaestre@paosli-desktop:~$ sudo remastersys
[sudo] password for pcontramaestre:

Usage of remastersys is as follows:

sudo remastersys backup|clean|dist [cdfs|iso] [filename.iso]


Examples:

sudo remastersys backup (to make a livecd/dvd backup of your system)

sudo remastersys backup custom.iso
(to make a livecd/dvd backup and call the iso custom.iso)

sudo remastersys clean (to clean up temporary files of remastersys)

sudo remastersys dist (to make a distributable livecd/dvd of your system)

sudo remastersys dist cdfs
(to make a distributable livecd/dvd filesystem only)

sudo remastersys dist iso custom.iso
(to make a distributable iso named custom.iso but only
if the cdfs is already present)

cdfs and iso options should only be used if you wish to modify something on the
cd before the iso is created. An example of this would be to modify the isolinux
portion of the livecd/dvd
pcontramaestre@paosli-desktop:~$

3 CREACION DE LA IMAGEN ISO DE LA INSTALACION

Para crear la imagen iso de tu instalacion solo debes ejecutar el comando:
sudo remastersys dist

este comando crea una imagen iso (customdist.iso) de tu sistema instalado en el directorio /home/remastersys. La opcion dist hace que su directorio personal (por ejemplo, /home/pcontramaestre) no se incluya en la imagen ISO. Puede que tenga que insertarel cd de instalacion de ubuntu durante el proceso..

mientras se realiza el proceso tu puedes ver lo siguiente:

[...]
92.16% done, estimate finish Wed Nov 28 15:31:25 2007
93.39% done, estimate finish Wed Nov 28 15:31:25 2007
94.62% done, estimate finish Wed Nov 28 15:31:24 2007
95.85% done, estimate finish Wed Nov 28 15:31:24 2007
97.08% done, estimate finish Wed Nov 28 15:31:25 2007
98.31% done, estimate finish Wed Nov 28 15:31:25 2007
99.54% done, estimate finish Wed Nov 28 15:31:25 2007
Total translation table size: 2048
Total rockridge attributes bytes: 3950
Total directory bytes: 9094
Path table size(bytes): 54
Max brk space used 0
406890 extents written (794 MB)
/home/remastersys/customdist.iso is ready to be burned or tested in a virtual machine.

Check the size and if it is larger than 700MB you will need to burn it to a dvd

796M /home/remastersys/customdist.iso

It is recommended to run 'sudo remastersys clean' once you have burned and tested the customdist.iso

pcontramaestre@paosli-desktop:~$

si deseas realizar otra remasterización ejecutar el comando
sudo remastersys clean




No hay comentarios.: