Blame SOURCES/0701-units-rescue.service.in-fix-announcement-message.patch

17b0f1
From 2ecf5164d4749c580d3eab74a68a0db96c0d861b Mon Sep 17 00:00:00 2001
17b0f1
From: Jan Synacek <jsynacek@redhat.com>
17b0f1
Date: Tue, 18 Dec 2018 11:59:04 +0100
17b0f1
Subject: [PATCH] units/rescue.service.in: fix announcement message
17b0f1
17b0f1
Resolves: #1660422
17b0f1
---
17b0f1
 units/rescue.service.in | 2 +-
17b0f1
 1 file changed, 1 insertion(+), 1 deletion(-)
17b0f1
17b0f1
diff --git a/units/rescue.service.in b/units/rescue.service.in
17b0f1
index de73fee654..c82aaa6ceb 100644
17b0f1
--- a/units/rescue.service.in
17b0f1
+++ b/units/rescue.service.in
17b0f1
@@ -17,7 +17,7 @@ Before=shutdown.target
17b0f1
 Environment=HOME=/root
17b0f1
 WorkingDirectory=/root
17b0f1
 ExecStartPre=-/bin/plymouth quit
17b0f1
-ExecStartPre=-/bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\nboot into default mode.'
17b0f1
+ExecStartPre=-/bin/echo -e 'Welcome to rescue mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\nboot into default mode.'
17b0f1
 ExecStart=-/bin/sh -c "@SULOGIN@; @SYSTEMCTL@ --fail --no-block default"
17b0f1
 Type=idle
17b0f1
 StandardInput=tty-force