We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d808c47 + 24fc791 commit 448290fCopy full SHA for 448290f
qubes-rpc/post-install.d/95-fstrim.sh
@@ -0,0 +1,9 @@
1
+#!/usr/bin/sh
2
+
3
+# perform fstrim on all partitions after finishing update-related I/O
4
5
+# only run if storage is persistent
6
+if [ -f /run/qubes/persistent-full ]
7
+then
8
+ fstrim -av
9
+fi
0 commit comments