Buildinfo is located on /BuildInfo in the image, it conains the build date, host and CI info
debian-Custom-live
Custom debian iso
Customization documetaton
The 'Customization' folder is meant for branding, wifi settings and other small config changes,
a 'Customization' is added by putting it in the folder.
It is enabled with make prep_buildenv Customization=<CustomizationName>, if Customization option is not provided Default will be used
The Default can be used as an example/base for other customization packages
Basic build steps
- Clone this repo
- Install required packages for building by running
make install_buildenv - If needed clone the customization to the
customizationfolder - Setup the enviroment by using
make prep_buildenvormake prep_buildenv Customization=<CustomizationName> - To enable
ExtraUtilsorDKMSupdate addenable_<Feature>the build command - To build all achetectures run
make buildormake enable_<Feature> build, for one add_amd64or_i386
Original creator / Source
nodiscc
Original project on Gitlab
License
Description
Languages
Shell
61.5%
Makefile
38.5%