ubuntu-defaults-template(1) General Commands Manual ubuntu-defaults-template(1)

ubuntu-defaults-template - create skeleton defaults customization package

ubuntu-defaults-template [ --quiet ] packagename

The ubuntu-defaults-builder project allows you to easily create a "default settings" package for Ubuntu and then build a customized image with it. The main purpose for this is to provide a standard and safe way to create localized Ubuntu images, or OEM custom projects.

The ubuntu-defaults-template script will generate a source package with the customizable settings (e. g. desktop/background.jpg and webbrowser/bookmarks-menu.txt). When built and installed, it will take the necessary actions to modify the system-wide defaults for desktops, programs, etc.

The first step is to call ubuntu-defaults-template with the target package name as an argument, for example "ubuntu-defaults-french" or "mockbuntu-default-settings". This will create a source package with the given name in the current directory, with a set of (disabled) example configuration files, and a standard debian/ packaging (using mostly dh_ubuntu_defaults).

Then you customize the individual configuration files like webbrowser/bookmarks-menu.txt or unity/launchers.txt to your needs, and then run dpkg-buildpackage(1) to build the source and binary packages. Once you install the generated .deb, new users will from then on use the new default settings.

After you have done this, you can build installation images using ubuntu-defaults-image(1).

At present you can change the following defaults:

Except for desktop/background.jpg, all configuration files are simple text files with one entry per line. Lines which start with '#' are ignored and can be used for comments. Each configuration file has comments which document the format and give some example entries.

All configuration files can contain macro variables which will be expanded when building the defaults package. At present, these variables are known:

Unknown variables will abort the package build, to avoid unexpected results.

You can run the /usr/share/doc/ubuntu-defaults-builder/examples/make-example to build an "defaults-builder-test" defaults package in the current directory, which will exercise all possible customizations by uncommenting the examples from the configuration files.

dh_ubuntu_defaults(1), ubuntu-defaults-image(1)

/usr/share/doc/ubuntu-defaults-builder/examples/make-example

https://wiki.ubuntu.com/DesktopTeam/Specs/Oneiric/LocalizedCDImageTools

ubuntu-defaults-builder is developed by Martin Pitt <martin.pitt@ubuntu.com>.

June 22, 2011 Martin Pitt