Bram Prieshof 4f213a77a0 Added Buildinfo file
Buildinfo is located  on /BuildInfo in the image,
it conains the build date, host and CI info
2022-06-17 12:31:29 +02:00
2021-11-10 15:54:21 +01:00
2021-11-10 15:54:21 +01:00
2022-05-11 13:54:27 +02:00
2022-06-17 12:31:29 +02:00
2022-06-17 12:31:29 +02:00

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 customization folder
  • Setup the enviroment by using make prep_buildenv or make prep_buildenv Customization=<CustomizationName>
  • To enable ExtraUtils or DKMS update add enable_<Feature> the build command
  • To build all achetectures run make build or make enable_<Feature> build, for one add _amd64 or _i386

Original creator / Source

nodiscc
Original project on Gitlab

License

GPL-3.0

Description
Live disk for running most tasks
Readme 1.8 MiB
Languages
Shell 61.5%
Makefile 38.5%