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
#
# 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)
#
# Special values for the key *from* are:
# - *log*, for the complete log file (up to the moment the preservefiles
# module is run),
# - *config*, for the Calamares configuration file
# - *globals*, for a JSON dump of the contents of global storage
# - *log*, for the complete log file (up to the moment the preservefiles
# module is run),
# - *config*, for a JSON dump of the contents of global storage
---
files:
- /etc/oem-information
@ -39,7 +41,7 @@ files:
dest: /root/install.log
perm: root:wheel:644
- from: config
dest: /root/install.cfg
dest: /root/install.json
perm: root:wheel:400
# The *perm* key contains a default value to apply to all files listed