]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(fcoe): remove needless bash dependency
authorHarald Hoyer <harald@redhat.com>
Tue, 30 Mar 2021 14:46:55 +0000 (16:46 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 30 Mar 2021 20:04:52 +0000 (20:04 +0000)
modules.d/95fcoe/lldpad.sh
modules.d/95fcoe/stop-fcoe.sh

index d49630d5bd4d4271e4163156640a3086b9f10b16..5a94f20cb8d7436161a0afcd35cdf188bdb054d4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 if ! getargbool 1 rd.fcoe -d -n rd.nofcoe; then
     info "rd.fcoe=0: skipping lldpad activation"
index f481d56736d4d8d8077cb2282a7b13b19ee1498f..a89cbbcb61fd9cb1841f18a937d3e375794169e8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 for f in /sys/bus/fcoe/devices/ctlr_*; do
     [ -e "$f" ] || continue