|
|
|
@ -31,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
|
|
|
|
@ -42,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
|
|
|
|
|