summaryrefslogtreecommitdiffstats
path: root/testModule
diff options
context:
space:
mode:
authortorben2015-02-25 16:27:08 +0100
committertorben2015-02-25 16:27:08 +0100
commit12981e70dab3f9536d05845e0c3b61a817dee05f (patch)
tree6c6a87169b3dbd61175a715e2131e3c28d497bad /testModule
parentTidy up. (diff)
downloadsystemd-init-12981e70dab3f9536d05845e0c3b61a817dee05f.tar.gz
systemd-init-12981e70dab3f9536d05845e0c3b61a817dee05f.tar.xz
systemd-init-12981e70dab3f9536d05845e0c3b61a817dee05f.zip
Initialize new dracut module.
Diffstat (limited to 'testModule')
-rw-r--r--testModule/module-setup.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/testModule/module-setup.sh b/testModule/module-setup.sh
new file mode 100644
index 00000000..1923f023
--- /dev/null
+++ b/testModule/module-setup.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+check() {
+ return 0
+}
+
+depends() {
+ return 0
+}
+
+install() {
+ return 0
+}