Fix up README.md.
This commit is contained in:
parent
c1ee36946c
commit
69b35da6bf
@ -1,11 +1,9 @@
|
||||
### License Approval Module
|
||||
---------
|
||||
For distributions shipping proprietary software, this module creates a globalstorage entry when the user declines to accept a presented End User License Agreements file.
|
||||
The number of licenses shown are configurable. The license.conf has a few examples of how to add URLs.
|
||||
|
||||
If you do not want to include this module in your Calamares build, add ```-DSKIP_MODULES="license"```
|
||||
to your build settings.
|
||||
For distributions shipping proprietary software, this module creates a globalstorage entry when the user accepts or declines one or more presented End User License Agreements files.
|
||||
The number of licenses shown are configurable. The license.conf file has a few examples of how to add URLs.
|
||||
|
||||
If you do not want to include this module in your Calamares build, add ```-DSKIP_MODULES="license"``` to your build settings (CMake call).
|
||||
|
||||
How to implement the removal or not installing of proprietary software is up to any distribution to implement. For example, proprietary graphics drivers cannot simply be removed in the packages module, a free version will need to be installed.
|
||||
An example of where the licenseAgree globalstorage entry is used:
|
||||
|
Loading…
Reference in New Issue
Block a user