update comment
This commit is contained in:
parent
9233d009b6
commit
28aff2a10e
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ For setting up different locale than pl check official guide
|
||||||
>>GRUB_ENABLE_CRYPTODISK=y
|
>>GRUB_ENABLE_CRYPTODISK=y
|
||||||
### Find UUID of crypto partition so we can add it to grub config
|
### Find UUID of crypto partition so we can add it to grub config
|
||||||
>blkid
|
>blkid
|
||||||
### Now set this line including proper UUID:
|
### Now set this line including proper UUID in place of MainPart:
|
||||||
>/etc/default/grub
|
>/etc/default/grub
|
||||||
>>GRUB_CMDLINE_LINUX="cryptdevice=UUID=<MainPart-UUID>:MainPart:allow-discards
|
>>GRUB_CMDLINE_LINUX="cryptdevice=UUID=<MainPart-UUID>:MainPart:allow-discards
|
||||||
### allow-discards is only for ssd
|
### allow-discards is only for ssd
|
||||||
|
|
Loading…
Reference in a new issue