From b8e04a333437946386e14a09e782837196cbe9e2 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Tue, 29 Jun 2021 17:33:30 +0200 Subject: [PATCH] fix config and comment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 980d276..7f07a21 100644 --- a/README.md +++ b/README.md @@ -219,9 +219,9 @@ For setting up different locale than pl check official guide >>GRUB_ENABLE_CRYPTODISK=y ### Find UUID (PARTUUID for /dev/sdX2) of crypto partition so we can add it to grub config >blkid -### Now set this line including proper UUID in place of "UUID": +### Now set this line including proper UUID in place of "": >/etc/default/grub ->>GRUB_CMDLINE_LINUX="cryptdevice=UUID:MainPart:allow-discards +>>GRUB_CMDLINE_LINUX="cryptdevice=UUID=\:MainPart:allow-discards ### allow-discards is only for ssd ### Generate key so grub don't ask twice for password on boot