From e888d1cae84bb572cd602b845c932b855835f99a Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 22 Apr 2024 10:21:13 +0200 Subject: [PATCH] mkosi: Drop workaround to re-enable serial console line wrapping Since we do it in reset_terminal_fd() now, there's no need to carry this workaround anymore. --- mkosi.images/system/mkosi.postinst.chroot | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mkosi.images/system/mkosi.postinst.chroot b/mkosi.images/system/mkosi.postinst.chroot index 8a00ca9f688..d1052694aa7 100755 --- a/mkosi.images/system/mkosi.postinst.chroot +++ b/mkosi.images/system/mkosi.postinst.chroot @@ -2,10 +2,6 @@ # SPDX-License-Identifier: LGPL-2.1-or-later set -e -# Make sure serial console line wrapping is re-enabled as qemu's seabios firmware disables serial console -# line-wrapping on boot. -echo "tput smam || :" >>/etc/profile - if [ -n "$SANITIZERS" ]; then LD_PRELOAD=$(ldd /usr/lib/systemd/systemd | grep libasan.so | awk '{print $3}') -- 2.47.3