Commit fedcf86
committed
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 bootc-dev/bootc#655
Signed-off-by: Colin Walters <walters@verbum.org>1 parent a483a8b commit fedcf86
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
0 commit comments