fix config and comment
This commit is contained in:
parent
6f18c9388e
commit
b8e04a3334
1 changed files with 2 additions and 2 deletions
|
@ -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 "<device-UUID>":
|
||||
>/etc/default/grub
|
||||
>>GRUB_CMDLINE_LINUX="cryptdevice=UUID:MainPart:allow-discards
|
||||
>>GRUB_CMDLINE_LINUX="cryptdevice=UUID=\<device-UUID>:MainPart:allow-discards
|
||||
### allow-discards is only for ssd
|
||||
|
||||
### Generate key so grub don't ask twice for password on boot
|
||||
|
|
Loading…
Reference in a new issue