Проект

Общее

Профиль

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

« Предыдущее - Версия 4/16 (Разница(diff)) - Следующее » - Текущая версия
Владимир Ипатов, 12.11.2012 03:12


BUILD-ISO

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

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

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

Install build components

$ apt-get install simple-cdd sharutils git

Get project sources

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

Use Git magic

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

$ cd sci-cd
$ git checkout -b local

For additional useful commands read GITMAGIC

Adjust the environment

profiles/SCI-amd64.conf

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

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.

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.

Build ISO image

./build.sh SCI-amd64

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