c1ee36946c
See README.md for details. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
license.conf | ||
LicensePage.cpp | ||
LicensePage.h | ||
LicensePage.ui | ||
LicenseViewStep.cpp | ||
LicenseViewStep.h | ||
module.desc | ||
README.md |
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.
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: https://github.com/KaOSx/calamares/blob/master/src/modules/nonfree_drivers/main.py