2020-08-21 19:54:36 +02:00
|
|
|
# SPDX-FileCopyrightText: no
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
#
|
2018-01-03 10:33:20 +01:00
|
|
|
### Umount Module
|
|
|
|
#
|
|
|
|
# This module represents the last part of the installation, the unmounting
|
|
|
|
# of partitions used for the install. It is also the last place where it
|
2020-08-12 10:05:46 +02:00
|
|
|
# is possible to copy files to the target system.
|
|
|
|
#
|
|
|
|
# The "copy log files" functionality is deprecated; use the *preservefiles*
|
|
|
|
# module instead, which is more flexible.
|
2018-01-03 10:33:20 +01:00
|
|
|
#
|
|
|
|
#
|
|
|
|
|
2016-01-13 22:11:55 +01:00
|
|
|
---
|
2021-12-05 02:26:23 +01:00
|
|
|
# This is a **deprecated** example. Use the *preservefiles* module
|
|
|
|
# instead, where the equivalent configuration is this:
|
|
|
|
#
|
|
|
|
# files:
|
|
|
|
# - from: log
|
|
|
|
# dest: /var/log/installation.log
|
|
|
|
#
|
|
|
|
# Note that the "equivalent configuration" always finds the log,
|
|
|
|
# and is not dependent on specific user names or the vagaries of
|
|
|
|
# polkit configuration -- so it is a **better** "equivalent".
|
|
|
|
#
|
2018-01-03 10:33:20 +01:00
|
|
|
# example when using a log created by `sudo calamares -d`:
|
2016-01-14 18:40:08 +01:00
|
|
|
#srcLog: "/home/live/installation.log"
|
|
|
|
#destLog: "/var/log/installation.log"
|
2021-12-10 16:44:01 +01:00
|
|
|
srcLog: "/bogus/just/do/not/use/this/anymore.txt"
|