Skip to content

Commit

Permalink
35coreos-multipath: explicitly depend on multipath module
Browse files Browse the repository at this point in the history
The multipath module has been included by default so we didn't need to
do this, but a bug has recently made it stop being included:

coreos/fedora-coreos-tracker#1803 (comment)

We should have been declaring that dependency here anyway.
  • Loading branch information
jlebon committed Oct 1, 2024
1 parent 8dcb345 commit 17e0fd1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh

depends() {
echo multipath
}

install_unit() {
local unit=$1; shift
local target=${1:-initrd}
Expand Down

0 comments on commit 17e0fd1

Please sign in to comment.