From 5eda2078caf0528a964e4832f726ee0fcce64370 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 11 Apr 2024 20:46:34 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calamares/modules/umount.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/calamares/modules/umount.conf b/calamares/modules/umount.conf index 16bde6f..036986e 100644 --- a/calamares/modules/umount.conf +++ b/calamares/modules/umount.conf @@ -1 +1,14 @@ -emergency: true +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +### Umount Module +# +# This module represents the last part of the installation, the unmounting +# of partitions used for the install. After this, there is no regular way +# to modify the target system anymore. +# + +--- +# Setting emergency to true will make it so this module is still run +# when a prior module fails +emergency: true \ No newline at end of file