Merge pull request #1866 from dalto8/umount-emergency
[umount] Add support for umount to be an emergency module
This commit is contained in:
commit
ee2fea74df
@ -5,3 +5,4 @@ type: "job"
|
|||||||
name: "umount"
|
name: "umount"
|
||||||
interface: "python"
|
interface: "python"
|
||||||
script: "main.py"
|
script: "main.py"
|
||||||
|
emergency: true
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user