add comment
This commit is contained in:
parent
a527831d83
commit
077aec5d56
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +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
|
### Find UUID (PARTUUID for /dev/sdX2) of crypto partition so we can add it to grub config
|
||||||
>blkid
|
>blkid
|
||||||
### Now set this line including proper UUID in place of "\<device-UUID>":
|
### Now set this line including proper UUID in place of "\<device-UUID>":
|
||||||
|
####(temporarly you cen use /dev/sdX2 in place of UUID and change it later easy in gui mode)
|
||||||
>/etc/default/grub
|
>/etc/default/grub
|
||||||
>>GRUB_CMDLINE_LINUX="cryptdevice=UUID=\<device-UUID>:MainPart:allow-discards
|
>>GRUB_CMDLINE_LINUX="cryptdevice=UUID=\<device-UUID>:MainPart:allow-discards
|
||||||
### allow-discards is only for ssd
|
### allow-discards is only for ssd
|
||||||
|
|
Loading…
Reference in a new issue