We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d09010 commit 835082fCopy full SHA for 835082f
1 file changed
src/config/ssd.md
@@ -96,9 +96,15 @@ If your root device is on LUKS, add `rd.luks.allow-discards` to
96
GRUB_CMDLINE_LINUX_DEFAULT="rd.luks.allow-discards"
97
```
98
99
+Then update GRUB:
100
+
101
+```
102
+# update-grub
103
104
105
### Verifying configuration
106
-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:
108
109
110
# dmsetup table /dev/mapper/crypt_dev --showkeys
0 commit comments