anitazha / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone

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

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