From 4d5ae96db6e483e34a97ea4f749beaf721d4c317 Mon Sep 17 00:00:00 2001 From: dalto Date: Mon, 17 Jan 2022 13:33:13 +0100 Subject: [PATCH] [umount] Add support for umount to be an emergency module --- src/modules/umount/umount.conf | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/src/modules/umount/umount.conf b/src/modules/umount/umount.conf index 04d68e477..9743b12df 100644 --- a/src/modules/umount/umount.conf +++ b/src/modules/umount/umount.conf @@ -10,23 +10,12 @@ # The "copy log files" functionality is deprecated; use the *preservefiles* # module instead, which is more flexible. # +# 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 # --- -# 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". -# -# example when using a log created by `sudo calamares -d`: -#srcLog: "/home/live/installation.log" -#destLog: "/var/log/installation.log" srcLog: "/bogus/just/do/not/use/this/anymore.txt" # Setting emergency to true will make it so this module is still run