]> git.ipfire.org Git - thirdparty/mkosi.git/commit
PTY forward fixes
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 28 Oct 2025 14:02:55 +0000 (15:02 +0100)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 28 Oct 2025 19:18:41 +0000 (20:18 +0100)
commit2912ed20d59653531491d150a84d9acef4feac75
tree9a8326ffc1ae9587424abcffacf4dac42d577c34
parent66dab75259ddc145bcb6e2882859c380c710ff68
PTY forward fixes

--title= and the actual title were passed as two separate arguments.
Fix by using --title instead of --title=.

Also only pass arguments if a background or title are provided
respectively.

Also do some general cleanups.

Follow up for 8fe5df44005ce0f8c704f2839a44d988fb7d1ebb
mkosi/__init__.py
mkosi/config.py
mkosi/qemu.py