Updated readme make fil;e and fixed bug with NM perms when not existing
This commit is contained in:
15
README.md
15
README.md
@@ -2,6 +2,21 @@
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user