27 lines
721 B
Diff
27 lines
721 B
Diff
From fa66a5b66700779dafc73f1034ad771d56db9e84 Mon Sep 17 00:00:00 2001
|
|
From: zhaoqiang <zhaoqiangx@gmail.com>
|
|
Date: Thu, 30 Nov 2017 17:21:39 +0800
|
|
Subject: [PATCH 006/142] INSTALL: Fix a spelling error in the command example
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=103995
|
|
---
|
|
INSTALL | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/INSTALL b/INSTALL
|
|
index 3b5a3ec..b568d63 100644
|
|
--- a/INSTALL
|
|
+++ b/INSTALL
|
|
@@ -61,7 +61,7 @@ show the splash screen.
|
|
|
|
To decrypt your root, run
|
|
|
|
-lymouth ask-for-password --command="/sbin/cryptsetup luksOpen -T ..."
|
|
+plymouth ask-for-password --command="/sbin/cryptsetup luksOpen -T ..."
|
|
|
|
where the --command is whatever makes sense for you.
|
|
|
|
--
|
|
2.7.4
|
|
|