mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
Merge pull request #32369 from DaanDeMeyer/serial
terminal-util: Enable line wrapping in reset_terminal_fd()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user