sync with manjaro's settings
This commit is contained in:
parent
5ea3402036
commit
798f782c57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user