From: Michael Tremer Date: Wed, 9 Nov 2022 17:54:44 +0000 (+0000) Subject: master: Do not throw away error output from dracut X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01281d10f872a3ef4e243ea352a53f85f43e0610;p=people%2Fms%2Fbricklayer.git master: Do not throw away error output from dracut Signed-off-by: Michael Tremer --- diff --git a/src/bricklayer-master b/src/bricklayer-master index 0d1e322..46fe71b 100644 --- a/src/bricklayer-master +++ b/src/bricklayer-master @@ -337,7 +337,7 @@ install_initramfs() { # The output is currently thrown away because dracut is broken and generates a lot # of messages which slow down the build process... if ! in_buildsystem --bind="${tempdir}" \ - dracut "${args[@]}" "${filename}" "${kernel_release}" &>/dev/null; then + dracut "${args[@]}" "${filename}" "${kernel_release}"; then unlink "${filename}" return 1 fi