From 6f18c9388e8dc9294ef3842be729afa801a743fe Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Tue, 29 Jun 2021 17:07:12 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 024f512..980d276 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ For setting up different locale than pl check official guide >>GRUB_CMDLINE_LINUX="cryptdevice=UUID:MainPart:allow-discards ### allow-discards is only for ssd -### Generate key so grub dons ask twice for password on boot +### Generate key so grub don't ask twice for password on boot >dd bs=512 count=4 if=/dev/random of=/crypto_keyfile.bin iflag=fullblock >chmod 600 /crypto_keyfile.bin >chmod 600 /boot/initramfs-linux*