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
|
|
|
#
|
2022-01-17 13:33:13 +01:00
|
|
|
# This module has two deprecated configuration keys:
|
|
|
|
# srcLog location in the live system where the log is
|
|
|
|
# destLog location in the target system to copy the log
|
2018-01-03 10:33:20 +01:00
|
|
|
#
|
|
|
|
|
2016-01-13 22:11:55 +01:00
|
|
|
---
|
2021-12-10 16:44:01 +01:00
|
|
|
srcLog: "/bogus/just/do/not/use/this/anymore.txt"
|
2021-12-31 15:06:13 +01:00
|
|
|
|
|
|
|
# Setting emergency to true will make it so this module is still run
|
|
|
|
# when a prior module fails
|
|
|
|
# emergency: true
|