From: Lennart Poettering Date: Mon, 22 Oct 2012 22:03:04 +0000 (+0200) Subject: units: suggest journalctl -b in rescue.service so that only messages from the current... X-Git-Tag: v195~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=74dc2b17e6086a5b9c4260e7a8c1a8a75888ac73 units: suggest journalctl -b in rescue.service so that only messages from the current boot are shown --- diff --git a/units/rescue.service.m4.in b/units/rescue.service.m4.in index 2c6e0ec67..89059e05d 100644 --- a/units/rescue.service.m4.in +++ b/units/rescue.service.m4.in @@ -17,7 +17,7 @@ Before=shutdown.target Environment=HOME=/root WorkingDirectory=/root ExecStartPre=-/bin/plymouth quit -ExecStartPre=-/bin/echo -e 'Welcome to rescue mode! Type "systemctl default" or ^D to enter default mode.\\nType "journalctl" to view system logs. Type "systemctl reboot" to reboot.' +ExecStartPre=-/bin/echo -e 'Welcome to rescue mode! Type "systemctl default" or ^D to enter default mode.\\nType "journalctl -b" to view system logs. Type "systemctl reboot" to reboot.' m4_ifdef(`TARGET_FEDORA', `EnvironmentFile=/etc/sysconfig/init ExecStart=-/bin/bash -c "exec ${SINGLE}"',