summaryrefslogtreecommitdiffstats
path: root/modules.d/openslx-tmp-format/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/openslx-tmp-format/module-setup.sh')
-rwxr-xr-xmodules.d/openslx-tmp-format/module-setup.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules.d/openslx-tmp-format/module-setup.sh b/modules.d/openslx-tmp-format/module-setup.sh
deleted file mode 100755
index 7449c0cb..00000000
--- a/modules.d/openslx-tmp-format/module-setup.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env bash
-
-check() {
- # Tell dracut that this module should only be included if it is required
- # explicitly.
- return 255
-}
-depends() {
- echo custom-logging dnbd-root-filesystem
-}
-install() {
- inst_hook pre-pivot 20 "$moddir/scripts/openslx_tmp_format.sh"
- inst_multiple mkfs.xfs mkfs.ext4
-}