Merge pull request #1866 from dalto8/umount-emergency

[umount] Add support for umount to be an emergency module
This commit is contained in:
Adriaan de Groot 2022-01-12 11:11:20 +01:00 committed by GitHub
commit ee2fea74df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -28,3 +28,7 @@
#srcLog: "/home/live/installation.log" #srcLog: "/home/live/installation.log"
#destLog: "/var/log/installation.log" #destLog: "/var/log/installation.log"
srcLog: "/bogus/just/do/not/use/this/anymore.txt" 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