Justus Winter, on Mon 15 Feb 2016 11:56:24 +0100, wrote: > > - When mounting the cdrom image from debian installer scripts, the > > script is not considered finished since the isofs translator is still > > running and possibly emitting output. > > I'm not sure I understand. How is that related to stdout/err?
When doing something like this: foo=$(run_script) and run_script calls mount for the iso image. Samuel