serhepopovych / simple-cdd-meta

Debian and it's derivatives Simple-CDD preseed configuration with profiles
MIT License
6 stars 3 forks source link
custom-iso debian pxe simple-cdd

This is stub README file for project. It should be replaced with real later.

Flexible framework intended to build custom hybrid ISO images for Debian GNU/Linux distribution and it's derivatives (e.g. Ubuntu) for automated installs (preseed) and additional features.

Aim of this project is to simplify new machine provisioning and be an open source base for vendor specific distributions for appliances.

Features

Requirements

  1. Buildhost. Debian GNU/Linux 11 (bullseye) system with simple-cdd, reprepro and cpp installed.
  2. Network. IPv4/IPv6 network connection to deb.debian.org and archive.debian.org.
  3. Storage. At least 10GB of storage to hold debian-installer and mirrored data.

Quick help on how to build images

Clone repository

git clone --recursive https://github.com/serhepopovych/simple-cdd.git

Build debian-installer package

Here you need to build debian-installer images somehow using specific Debian release (e.g. wheezy, jessie, stretch, buster, bullseye).

Most likely you want to do this using docker. However this part is not implemented yet.

dpkg-buildpackage -b -us -uc

Do build images

for i in 7 8 9 10 11
do
    ./debian/deb/$i/profiles/minimal.sh
done