Merge pull request #32369 from DaanDeMeyer/serial

terminal-util: Enable line wrapping in reset_terminal_fd()
This commit is contained in:
Lennart Poettering
2024-04-22 17:48:14 +02:00
committed by GitHub
4 changed files with 27 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ check_result_qemu_hook() {
fi
# Check if the shutdown initrd was executed at all
if ! grep -qE "^Hello from shutdown initrd\s*$" "$console_log"; then
if ! grep -q "Hello from shutdown initrd" "$console_log"; then
derror "Missing 'hello' message from shutdown initrd"
return 1
fi