Hi, Paride Legovini wrote: > see https://github.com/canonical/subiquity/pull/900
where i see: - opts="$(xorriso -indev ${OLD_ISO} -report_el_torito as_mkisofs 2>/dev/null)" + opts="$(xorriso -indev ${OLD_ISO} -report_el_torito as_mkisofs)" Consider to reduce verbosity by xorriso command -report_about. Like: + opts="$(xorriso -report_about warning -indev ${OLD_ISO} -report_el_torito as_mkisofs)" You could raise the threshold to -report_about "sorry". But messages of severity "WARNING" are noteworthy, too. xorriso classifies its stderr messages by a spectrum from "DEBUG" to "FATAL". (stderr messages without a severity prefix are of severity "NOTE".) The commands -report_about, -return_with, and -abort_on set thresholds for message emission, exit value, and premature program end. This does not affect stdout of xorriso, which is considered to transfer only result data, which were ordered by inquiry commands like -report_el_torito or -toc. Have a nice day :) Thomas -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1914587 Title: make-edge-iso.sh fails on focal/ppc64el images To manage notifications about this bug go to: https://bugs.launchpad.net/subiquity/+bug/1914587/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs