sync with manjaro's settings

This commit is contained in:
Tio TROM 2021-10-18 15:38:40 +02:00
parent 774faed5b7
commit 85028ca127
1 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Configuration for the preserve-files job # Configuration for the preserve-files job
# #
# The *files* key contains a list of files to preserve. Each element of # The *files* key contains a list of files to preserve. Each element of
@ -28,10 +31,9 @@
# page (may be empty, for instance if no user page is enabled) # page (may be empty, for instance if no user page is enabled)
# #
# Special values for the key *from* are: # Special values for the key *from* are:
# - *log*, for the complete log file (up to the moment the preservefiles # - *log*, for the complete log file (up to the moment the preservefiles
# module is run), # module is run),
# - *config*, for the Calamares configuration file # - *config*, for a JSON dump of the contents of global storage
# - *globals*, for a JSON dump of the contents of global storage
--- ---
files: files:
- /etc/oem-information - /etc/oem-information
@ -39,7 +41,7 @@ files:
dest: /root/install.log dest: /root/install.log
perm: root:wheel:644 perm: root:wheel:644
- from: config - from: config
dest: /root/install.cfg dest: /root/install.json
perm: root:wheel:400 perm: root:wheel:400
# The *perm* key contains a default value to apply to all files listed # The *perm* key contains a default value to apply to all files listed