Tools

Differences between revisions 3 and 4
Revision 3 as of 2012-03-10 13:37:34
Size: 1321
Editor: 78
Comment:
Revision 4 as of 2012-03-10 13:46:15
Size: 1920
Editor: 78
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
= side tools =
All the side tools available in [[bazaar]].
== ubuntu-defaults-binary ==
Builds the image starting from a chroot created with a previous '''ubuntu-defaults-image''' step. It needs a cleaning step before, that can be performed manually with the '''ubuntu-defaults-binary-clean''' command or automatically if by ubuntu-defaults-binary itself.

== ubuntu-defaults-binary-clean ==
Cleans the directory where ubuntu-defaults-image created the ISO image allowing to work manually inside the chroot for troubleshooting and creating a new image with '''ubuntu-defaults-binary''' step.

Introduction

Image building will be performed with ubuntu-defaults-builder tools. The Italian team developed some side tools for simplifying the debugging and test procedures, since the ubuntu-defaults-image command builds the image always from scratch and takes about one hour.

Image building

Install ubuntu-defaults-builder and dpkg-dev packages. Image is been made with defaults from ubuntu-defaults-it package available through a PPA.

For creating a i386 image perform the following command:

 $ ubuntu-defaults-image --ppa  ubuntu-defaults-it-team/ubuntu-defaults-it  --locale it --components main,restricted,universe --release precise --arch i386

For sharing the image you will need also the isomd5sum package for calculating md5 and the apt://zsync for allowing people to download only the changes in you image.

side tools

All the side tools available in bazaar.

ubuntu-defaults-binary

Builds the image starting from a chroot created with a previous ubuntu-defaults-image step. It needs a cleaning step before, that can be performed manually with the ubuntu-defaults-binary-clean command or automatically if by ubuntu-defaults-binary itself.

ubuntu-defaults-binary-clean

Cleans the directory where ubuntu-defaults-image created the ISO image allowing to work manually inside the chroot for troubleshooting and creating a new image with ubuntu-defaults-binary step.


CategoryLoCoTeams

ItalianCD/Tools (last edited 2012-03-24 12:14:48 by 78)