From: Jo Zzsi Date: Fri, 22 Nov 2024 01:04:24 +0000 (-0500) Subject: feat(nvmf): enable other shells (dash) not just bash X-Git-Tag: 106~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43707cabc86ab1d4a7f040ccfa2d2d673d00ce0e;p=thirdparty%2Fdracut-ng.git feat(nvmf): enable other shells (dash) not just bash Fixes: 2f03d69f9df ("95nvmf: add module for NVMe-oF"). The module scripts for nvmf have no bashisms. --- diff --git a/modules.d/95nvmf/module-setup.sh b/modules.d/95nvmf/module-setup.sh index 0b88044c8..c10c2f5c8 100755 --- a/modules.d/95nvmf/module-setup.sh +++ b/modules.d/95nvmf/module-setup.sh @@ -63,7 +63,7 @@ check() { # called by dracut depends() { - echo bash rootfs-block network + echo rootfs-block network return 0 }