[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] docs: Remove text about cryptodisk uuids no being able to use da
From: |
Glenn Washburn |
Subject: |
[PATCH] docs: Remove text about cryptodisk uuids no being able to use dashes |
Date: |
Thu, 15 Dec 2022 12:04:39 -0600 |
This was fixed here: 3cf2e848bc (disk/cryptodisk: Allows UUIDs to be compared
in a dash-insensitive manner).
Signed-off-by: Glenn Washburn <development@efficientek.com>
---
docs/grub.texi | 3 ---
1 file changed, 3 deletions(-)
diff --git a/docs/grub.texi b/docs/grub.texi
index 4e93b17ade..ff44b1cbe9 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -4592,9 +4592,6 @@ modules (@var{luks}, @var{luks2} and @var{geli}) have to
be loaded manually
before this command can be used. For LUKS2 only the PBKDF2 key derivation
function is supported, as Argon2 is not yet supported.
-Also, note that, unlike filesystem UUIDs, UUIDs for encrypted devices must be
-specified without dash separators.
-
Successfully decrypted disks are named as (cryptoX) and have increasing
numeration
suffix for each new decrypted disk. If the encrypted disk hosts some higher
level
of abstraction (like LVM2 or MDRAID) it will be created under a separate device
--
2.34.1
- [PATCH] docs: Remove text about cryptodisk uuids no being able to use dashes,
Glenn Washburn <=