]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Fix stdin being redirect to /dev/null when running ssh, shell or qemu
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 21 Apr 2023 09:51:20 +0000 (11:51 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 21 Apr 2023 09:54:53 +0000 (11:54 +0200)
commite36e89ef044c927f2a551c8ea0c6ee0972fbe434
tree5d7f29cb89cc6a415360844021a74c833306fa7b
parent1937be34693b12d08c07009dc96d198f8863f266
Fix stdin being redirect to /dev/null when running ssh, shell or qemu

30b8996a22022289bbf9820b6a04c5bfaf771d5e changed the default of
stdin to /dev/null, which is great, but for the ssh, shell, boot and
qemu commands, we actually need it connected to stdin of the calling
terminal, so let's fix that.
mkosi/__init__.py