openSUSE / fuel-ignition

Easily generate new or edit existing Ignition configs. No more fiddling around with JSON or Butane.
GNU General Public License v2.0
23 stars 7 forks source link

Include workaround for "Device or resource busy" combustion failures #32

Closed Vogtinator closed 3 weeks ago

Vogtinator commented 1 month ago

Due to https://bugzilla.suse.com/show_bug.cgi?id=1225150#c12, any combustion script that uses tee for output redirection needs to end (!) with

# Close outputs and wait for tee to finish.
exec 1>&- 2>&-; wait;
schubi2 commented 3 weeks ago

Fixed. Thank you !