summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3-proxy-mode/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2017-10-13 12:23:07 +0200
committerJonathan Bauer2017-10-13 12:23:07 +0200
commit5fa13c9b6c44046630e178b95e4f79027af5192c (patch)
tree15afd3269be872dc6d8792dfe02a9a35068c0c93 /core/modules/dnbd3-proxy-mode/module.build
parent[dnbd3] build and copy dnbd3-server (diff)
downloadmltk-5fa13c9b6c44046630e178b95e4f79027af5192c.tar.gz
mltk-5fa13c9b6c44046630e178b95e4f79027af5192c.tar.xz
mltk-5fa13c9b6c44046630e178b95e4f79027af5192c.zip
[dnbd3-proxy-mode] new module for netbooted dnbd3 ...
... proxy
Diffstat (limited to 'core/modules/dnbd3-proxy-mode/module.build')
-rw-r--r--core/modules/dnbd3-proxy-mode/module.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/modules/dnbd3-proxy-mode/module.build b/core/modules/dnbd3-proxy-mode/module.build
new file mode 100644
index 00000000..a2c0bd22
--- /dev/null
+++ b/core/modules/dnbd3-proxy-mode/module.build
@@ -0,0 +1,13 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ add_group "dnbd3"
+ USER="dnbd3" GROUP="dnbd3" add_user
+}