Skip to content

Commit 835082f

Browse files
urazaclassabbyamp
authored andcommitted
config/ssd.md: add missing steps for enabling LUKS
closes #745
1 parent 1d09010 commit 835082f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/config/ssd.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,15 @@ If your root device is on LUKS, add `rd.luks.allow-discards` to
9696
GRUB_CMDLINE_LINUX_DEFAULT="rd.luks.allow-discards"
9797
```
9898

99+
Then update GRUB:
100+
101+
```
102+
# update-grub
103+
```
104+
99105
### Verifying configuration
100106

101-
To verify that you have configured TRIM correctly for LUKS, run:
107+
To verify that you have configured TRIM correctly for LUKS, reboot and run:
102108

103109
```
104110
# dmsetup table /dev/mapper/crypt_dev --showkeys

0 commit comments

Comments
 (0)