]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Drop workaround to re-enable serial console line wrapping 32369/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 22 Apr 2024 08:21:13 +0000 (10:21 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 22 Apr 2024 13:28:26 +0000 (15:28 +0200)
Since we do it in reset_terminal_fd() now, there's no need to carry
this workaround anymore.

mkosi.images/system/mkosi.postinst.chroot

index 8a00ca9f6884106e2d7d8901fa607863e876c6e1..d1052694aa711012d58f703c8fb16f3904300d4b 100755 (executable)
@@ -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}')