simple-CDD
is a Debian software designed to compile a custom Debian installer ISO image. It is very useful for people like me who has been covering vertical stack solutions and this one single custom ISO manages the first time install. This section is all about using simple-CDD
, or specifically build-simple-cdd
to generate the desired output.
To install simple-cdd
, you just need to apt get it:
$ sudo apt-get install simple-cdd
Once done, you're literally ready to build your own installer ISO image. In any cases, simple-cdd
practices "codes as documentations". Hence, you would need to read the source-code as its documentations here: https://salsa.debian.org/debian/simple-cdd
This section is all about setting up a simple-cdd
workspace from scratch.
This section is all about operating simple-cdd
in a workspace.
That's all for simple-CDD.