summaryrefslogtreecommitdiff
path: root/unlock
diff options
context:
space:
mode:
Diffstat (limited to 'unlock')
-rw-r--r--unlock4
1 files changed, 3 insertions, 1 deletions
diff --git a/unlock b/unlock
index d034674..50d282b 100644
--- a/unlock
+++ b/unlock
@@ -1,3 +1,5 @@
#!/bin/sh
-cryptsetup open /dev/nvme0n1p2 root && pkill cryptsetup
+root=$(findfs UUID=26748575-d7a7-418b-8f68-21be7c937500) || exit
+cryptsetup open --allow-discards "$root" root || exit
+pkill cryptsetup