summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-09 09:43:52 +0200
committerSimon Rettberg2021-07-09 09:43:52 +0200
commit5733a5d0eb3c7f73ca52acdb466484c83c9b5b02 (patch)
tree97a0925b2bb1cae84f1da6e850420475c12c41f0 /core
parentAdd installer mode for stage4 (diff)
downloadmltk-5733a5d0eb3c7f73ca52acdb466484c83c9b5b02.tar.gz
mltk-5733a5d0eb3c7f73ca52acdb466484c83c9b5b02.tar.xz
mltk-5733a5d0eb3c7f73ca52acdb466484c83c9b5b02.zip
[slxlog] Add module
Diffstat (limited to 'core')
-rw-r--r--core/modules/cron/module.conf2
-rwxr-xr-xcore/modules/slxlog/data/opt/openslx/bin/slxlog (renamed from core/rootfs/rootfs-stage32/data/opt/openslx/bin/slxlog)0
-rw-r--r--core/modules/slxlog/module.build12
-rw-r--r--core/modules/slxlog/module.conf2
-rw-r--r--core/rootfs/rootfs-stage32/module.conf1
l---------core/targets/bwlp/slxlog1
6 files changed, 17 insertions, 1 deletions
diff --git a/core/modules/cron/module.conf b/core/modules/cron/module.conf
index 33dcdcc3..0a9c52c3 100644
--- a/core/modules/cron/module.conf
+++ b/core/modules/cron/module.conf
@@ -1,6 +1,6 @@
#!/bin/bash
REQUIRED_MODULES="
- slx-log
+ slxlog
"
REQUIRED_GIT="https://github.com/cronie-crond/cronie.git"
REQUIRED_COMMIT="d582556168e740fbd19e777a6733b404084e69d8"
diff --git a/core/rootfs/rootfs-stage32/data/opt/openslx/bin/slxlog b/core/modules/slxlog/data/opt/openslx/bin/slxlog
index f58934bc..f58934bc 100755
--- a/core/rootfs/rootfs-stage32/data/opt/openslx/bin/slxlog
+++ b/core/modules/slxlog/data/opt/openslx/bin/slxlog
diff --git a/core/modules/slxlog/module.build b/core/modules/slxlog/module.build
new file mode 100644
index 00000000..241bcd5e
--- /dev/null
+++ b/core/modules/slxlog/module.build
@@ -0,0 +1,12 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ pinfo "Static module, nothing to build."
+}
+
+post_copy() {
+ :
+}
diff --git a/core/modules/slxlog/module.conf b/core/modules/slxlog/module.conf
new file mode 100644
index 00000000..d5d021fa
--- /dev/null
+++ b/core/modules/slxlog/module.conf
@@ -0,0 +1,2 @@
+#!/bin/bash
+# Nothing
diff --git a/core/rootfs/rootfs-stage32/module.conf b/core/rootfs/rootfs-stage32/module.conf
index 5fb5a08a..f875a1eb 100644
--- a/core/rootfs/rootfs-stage32/module.conf
+++ b/core/rootfs/rootfs-stage32/module.conf
@@ -2,6 +2,7 @@
REQUIRED_MODULES="
kernel
vmware-version-check
+ slxlog
"
REQUIRED_BINARIES="
bash
diff --git a/core/targets/bwlp/slxlog b/core/targets/bwlp/slxlog
new file mode 120000
index 00000000..53e65a12
--- /dev/null
+++ b/core/targets/bwlp/slxlog
@@ -0,0 +1 @@
+../../modules/slxlog \ No newline at end of file