summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/modules/systemd-default-path/data/etc/systemd/system.conf.d/10-openslx-path.conf (renamed from core/rootfs/rootfs-stage32/data/etc/systemd/system.conf.d/10-openslx-path.conf)0
-rw-r--r--core/modules/systemd-default-path/module.build14
-rw-r--r--core/modules/systemd-default-path/module.conf4
l---------core/targets/bwlp/systemd-default-path1
l---------core/targets/stage32-bwlp/systemd-default-path1
5 files changed, 20 insertions, 0 deletions
diff --git a/core/rootfs/rootfs-stage32/data/etc/systemd/system.conf.d/10-openslx-path.conf b/core/modules/systemd-default-path/data/etc/systemd/system.conf.d/10-openslx-path.conf
index 238b834c..238b834c 100644
--- a/core/rootfs/rootfs-stage32/data/etc/systemd/system.conf.d/10-openslx-path.conf
+++ b/core/modules/systemd-default-path/data/etc/systemd/system.conf.d/10-openslx-path.conf
diff --git a/core/modules/systemd-default-path/module.build b/core/modules/systemd-default-path/module.build
new file mode 100644
index 00000000..a183dc1f
--- /dev/null
+++ b/core/modules/systemd-default-path/module.build
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}
+
diff --git a/core/modules/systemd-default-path/module.conf b/core/modules/systemd-default-path/module.conf
new file mode 100644
index 00000000..46eb4e93
--- /dev/null
+++ b/core/modules/systemd-default-path/module.conf
@@ -0,0 +1,4 @@
+#!/bin/bash
+REQUIRED_MODULES="
+ iptables
+"
diff --git a/core/targets/bwlp/systemd-default-path b/core/targets/bwlp/systemd-default-path
new file mode 120000
index 00000000..753f431f
--- /dev/null
+++ b/core/targets/bwlp/systemd-default-path
@@ -0,0 +1 @@
+../../modules/systemd-default-path \ No newline at end of file
diff --git a/core/targets/stage32-bwlp/systemd-default-path b/core/targets/stage32-bwlp/systemd-default-path
new file mode 120000
index 00000000..753f431f
--- /dev/null
+++ b/core/targets/stage32-bwlp/systemd-default-path
@@ -0,0 +1 @@
+../../modules/systemd-default-path \ No newline at end of file