Add dummy process job module.
This commit is contained in:
parent
db84262a8e
commit
25f44492e9
@ -26,6 +26,7 @@ prepare:
|
|||||||
# allowed, their names should be added here as placeholders to specify the order in
|
# allowed, their names should be added here as placeholders to specify the order in
|
||||||
# which view module jobs should be enqueued. Job modules are also allowed.
|
# which view module jobs should be enqueued. Job modules are also allowed.
|
||||||
install: #TODO: actually use this
|
install: #TODO: actually use this
|
||||||
|
- dummyprocess
|
||||||
#- partition
|
#- partition
|
||||||
#- unsquashfs
|
#- unsquashfs
|
||||||
- locale
|
- locale
|
||||||
|
9
src/modules/dummyprocess/module.conf
Normal file
9
src/modules/dummyprocess/module.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Module metadata file for dummy process jobmodule
|
||||||
|
# Syntax is YAML 1.2
|
||||||
|
---
|
||||||
|
type: "job"
|
||||||
|
name: "dummyprocess"
|
||||||
|
interface: "process"
|
||||||
|
requires: []
|
||||||
|
command: "/bin/sh -c \"touch ~/calamares-dummyprocess\""
|
||||||
|
timeout: 5
|
Loading…
Reference in New Issue
Block a user