Add dummy process job module.

This commit is contained in:
Teo Mrnjavac 2014-07-14 16:23:39 +02:00
parent db84262a8e
commit 25f44492e9
2 changed files with 10 additions and 0 deletions

View File

@ -26,6 +26,7 @@ prepare:
# 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.
install: #TODO: actually use this
- dummyprocess
#- partition
#- unsquashfs
- locale

View 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