mirror of
https://github.com/systemd/systemd.git
synced 2025-01-07 21:18:41 +03:00
add death face
cause why the hell not?
This commit is contained in:
parent
92d1419eb8
commit
c36a3192f4
@ -181,6 +181,11 @@ static int display_emergency_message_fullscreen(const char *message) {
|
|||||||
ret = log_warning_errno(r, "Failed to write to terminal: %m");
|
ret = log_warning_errno(r, "Failed to write to terminal: %m");
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
r = loop_write(r, "X_X");
|
||||||
|
if (r < 0) {
|
||||||
|
ret = log_warning_errno(r, "Failed to write death face to terminal, ignoring: %m");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
qr_code_start_row = w.ws_row * 3U / 5U;
|
qr_code_start_row = w.ws_row * 3U / 5U;
|
||||||
qr_code_start_column = w.ws_col * 3U / 4U;
|
qr_code_start_column = w.ws_col * 3U / 4U;
|
||||||
|
Loading…
Reference in New Issue
Block a user