diff options
| author | Jonathan Bauer | 2019-01-18 13:06:19 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2019-01-18 13:06:19 +0100 |
| commit | 677f807caa81986c2f3a944e5ecdcfac7ac235a3 (patch) | |
| tree | ffb447fac7988cefc326632a15e50bf1b4d94e8d /builder/modules.d/openslx_tmp_format/module-setup.sh | |
| parent | [slx-clock] new module for time-related stuff (diff) | |
| download | systemd-init-677f807caa81986c2f3a944e5ecdcfac7ac235a3.tar.gz systemd-init-677f807caa81986c2f3a944e5ecdcfac7ac235a3.tar.xz systemd-init-677f807caa81986c2f3a944e5ecdcfac7ac235a3.zip | |
remove deprecated modules
Diffstat (limited to 'builder/modules.d/openslx_tmp_format/module-setup.sh')
| -rwxr-xr-x | builder/modules.d/openslx_tmp_format/module-setup.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/builder/modules.d/openslx_tmp_format/module-setup.sh b/builder/modules.d/openslx_tmp_format/module-setup.sh deleted file mode 100755 index 551d2d8e..00000000 --- a/builder/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 dnbd3-rootfs -} -install() { - inst_hook pre-pivot 20 "$moddir/scripts/openslx_tmp_format.sh" - inst_multiple mkfs.xfs mkfs.ext4 -} |
