Проект

Общее

Профиль

BUILD-ISO » История » Версия 4

Версия 3 (Владимир Ипатов, 23.10.2012 13:41) → Версия 4/16 (Владимир Ипатов, 12.11.2012 03:12)

h1. BUILD-ISO

{{toc}}

This is iso building instructions(for experienced users, basic users can take built ISO from http://apt.vds-host.org/sci-cd/) )

h2. You'll need the Internet connection to build CD-ROM

The build engine is based on the simple-cdd Debian package.

h2. Install build components

<pre>
$ apt-get install simple-cdd sharutils git
</pre>

h2. Get project sources

<pre>
$ git clone http://github.com/dmi/sci-cd.git
</pre>

h2. Use Git magic

You should create your own branch to place modifications and to save the
ability to receive updates.

Image will be built in @images/@ folder, burn it with your favorite tool
(for ex. - k3b).


<pre>
$ cd sci-cd
$ git checkout -b local
</pre>

For additional useful commands read [[GITMAGIC]]

h2. Adjust the environment

h3. _profiles/SCI-amd64.conf_

You may need to change debian_mirror and security_mirror settings if
you are using another mirrors or apt-proxies.

h3. _profiles/SCI-amd64.downloads_

You can add more packages here to make more functional distro on the
CD. It is recomended that you should first try the default list and
then rebuild with your extention.

h3. _profiles/SCI-amd64.files/postinst.conf_

Optional. The file should be created.
Tunable parameters:

*vlan_no* - if set, the control network will be placed in this vlan
using 802.1q tagging.

h2. Build ISO image

<pre>
./build.sh SCI-amd64
</pre>

Image will be built in @images/@ folder, burn it with your favorite tool
(for ex. - k3b).