diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index 1c2ce5bd..4d03ed02 100755 --- a/modules.d/99base/dracut-lib.sh +++ b/modules.d/99base/dracut-lib.sh @@ -245,7 +245,6 @@ die() { { echo "warn dracut: FATAL: \"$@\""; echo "warn dracut: Refusing to continue"; - echo "exit 1" } >> $hookdir/emergency/01-die.sh > /run/initramfs/.die @@ -263,8 +262,7 @@ check_quiet() { warn() { check_quiet echo "<28>dracut Warning: $@" > /dev/kmsg - [ "$DRACUT_QUIET" != "yes" ] && \ - echo "dracut Warning: $@" >&2 + echo "dracut Warning: $@" >&2 } info() {