Undo shell options for dracut module-setup (#545)

This commit is contained in:
Malte Poll 2022-11-14 14:28:47 +01:00 committed by GitHub
parent 5f44668897
commit 14f0432624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,9 @@
# #
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-only
set -euo pipefail # warning: file is loaded by dracut, so default "set" and "shopt" options are not set
shopt -s inherit_errexit # set -euo pipefail
# shopt -s inherit_errexit
depends() { depends() {
echo systemd echo systemd