From 69b35da6bf9e90b6703ea0fce4b95fa1de19e542 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Mon, 14 Sep 2015 16:50:45 +0200 Subject: [PATCH] Fix up README.md. --- src/modules/license/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/modules/license/README.md b/src/modules/license/README.md index 14f83588f..39c2455cd 100644 --- a/src/modules/license/README.md +++ b/src/modules/license/README.md @@ -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: