[umount] Add support for umount to be an emergency module

This commit is contained in:
dalto 2021-12-31 08:06:13 -06:00
parent 480fe56ae3
commit 4fe5f1c06f
2 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,4 @@ type: "job"
name: "umount"
interface: "python"
script: "main.py"
emergency: true

View File

@ -28,3 +28,7 @@
#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
# when a prior module fails
# emergency: true