From a9016595841d2902f5de6b443a21cffe3430b2bc Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Tue, 29 Jun 2021 19:35:38 +0200 Subject: [PATCH] correct comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee7b138..1352af6 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ For setting up different locale than pl check official guide ### 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 "\": -#### (temporarly you can use /dev/sdX2 in place of UUID and change it later easy in gui mode) +#### (temporarly you can use /dev/sdX2 in place of "UUID=\" and change it later easy in gui mode) >/etc/default/grub >>GRUB_CMDLINE_LINUX="cryptdevice=UUID=\:MainPart:allow-discards" ### allow-discards is only for ssd