From: Daan De Meyer Date: Mon, 22 Apr 2024 08:21:13 +0000 (+0200) Subject: mkosi: Drop workaround to re-enable serial console line wrapping X-Git-Tag: v256-rc1~69^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F32369%2Fhead;p=thirdparty%2Fsystemd.git 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. --- 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}')