]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(nvmf): avoid calling "exit" in a cmdline hook
authorMartin Wilck <mwilck@suse.com>
Fri, 16 Sep 2022 22:54:25 +0000 (00:54 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 30 Sep 2022 06:02:18 +0000 (06:02 +0000)
commita93968b07567a654d18b8ef2144337d803186eca
tree9c7750b66cdae8bda21096be72fb140f72c08988
parent556ef46aa96650d72b2fd850a09fa04dff64bbb8
fix(nvmf): avoid calling "exit" in a cmdline hook

"exit" should never be executed in dracut hooks, because the
hooks are sourced by the main script.
modules.d/95nvmf/parse-nvmf-boot-connections.sh