29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
# 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](https://gitlab.com/nodiscc/debian-live-config)
|
|
|
|
|
|
## License
|
|
|
|
[GPL-3.0](LICENSE)
|
|
|