summaryrefslogtreecommitdiff
path: root/unlock
diff options
context:
space:
mode:
Diffstat (limited to 'unlock')
-rw-r--r--unlock2
1 files changed, 1 insertions, 1 deletions
diff --git a/unlock b/unlock
index a5aaa70..d034674 100644
--- a/unlock
+++ b/unlock
@@ -1,3 +1,3 @@
#!/bin/sh
-root=$(findfs UUID=ec8fb072-1200-4275-9494-f6f869187806) && cryptsetup open --allow-discards "$root" root && pkill cryptsetup
+cryptsetup open /dev/nvme0n1p2 root && pkill cryptsetup