From 798f782c5715e288d1df267a4721ccac702ec6a2 Mon Sep 17 00:00:00 2001 From: Tio TROM Date: Mon, 18 Oct 2021 15:19:58 +0200 Subject: [PATCH] sync with manjaro's settings --- calamares/modules/license.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/calamares/modules/license.conf b/calamares/modules/license.conf index 9057f8a..e32d499 100644 --- a/calamares/modules/license.conf +++ b/calamares/modules/license.conf @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# # Configuration file for License viewmodule, Calamares # Syntax is YAML 1.2 --- @@ -14,6 +17,10 @@ # to the URL is provided, which opens in the default web browser. A local # URL (i.e. file:///) assumes that the contents are HTML or plain text, and # displays the license in-line. YAML: string, mandatory. +# - expand A boolean value only relevant for **local** URLs. If true, +# the license text is displayed in "expanded" form by +# default, rather than requiring the user to first open it up. +# YAML: boolean, optional, default is false. entries: - id: nvidia name: Nvidia @@ -43,3 +50,4 @@ entries: type: software required: true url: file:../LICENSE + expand: true