From 85028ca12764b6f52342cf96957c13e2120e721d Mon Sep 17 00:00:00 2001 From: Tio TROM Date: Mon, 18 Oct 2021 15:38:40 +0200 Subject: [PATCH] sync with manjaro's settings --- calamares/modules/preservefiles.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/calamares/modules/preservefiles.conf b/calamares/modules/preservefiles.conf index 671a308..6af0872 100644 --- a/calamares/modules/preservefiles.conf +++ b/calamares/modules/preservefiles.conf @@ -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