c62b8e
From 2ecf5164d4749c580d3eab74a68a0db96c0d861b Mon Sep 17 00:00:00 2001
c62b8e
From: Jan Synacek <jsynacek@redhat.com>
c62b8e
Date: Tue, 18 Dec 2018 11:59:04 +0100
c62b8e
Subject: [PATCH] units/rescue.service.in: fix announcement message
c62b8e
c62b8e
Resolves: #1660422
c62b8e
---
c62b8e
 units/rescue.service.in | 2 +-
c62b8e
 1 file changed, 1 insertion(+), 1 deletion(-)
c62b8e
c62b8e
diff --git a/units/rescue.service.in b/units/rescue.service.in
c62b8e
index de73fee654..c82aaa6ceb 100644
c62b8e
--- a/units/rescue.service.in
c62b8e
+++ b/units/rescue.service.in
c62b8e
@@ -17,7 +17,7 @@ Before=shutdown.target
c62b8e
 Environment=HOME=/root
c62b8e
 WorkingDirectory=/root
c62b8e
 ExecStartPre=-/bin/plymouth quit
c62b8e
-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.'
c62b8e
+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.'
c62b8e
 ExecStart=-/bin/sh -c "@SULOGIN@; @SYSTEMCTL@ --fail --no-block default"
c62b8e
 Type=idle
c62b8e
 StandardInput=tty-force