Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disk: Also pass stdin to install container
It's only by doing this that we end up calling into the code inside `attach()` that tries to ensure the terminal size matching. Otherwise we just get the default of 80 columns (and no dynamic SIGWINCH resizing). This fixes the output in containers/bootc#655 Signed-off-by: Colin Walters <[email protected]>
- Loading branch information