summaryrefslogtreecommitdiff
path: root/unlock
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-04-21 23:10:07 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-04-21 23:35:14 -0400
commit7739d1863cb6ea5de819e1ae1c1ee10e8109d32b (patch)
treea9eeabbf583cc19ee1539bed51e08075d226132e /unlock
parent542cfed39c3b3b93e5bab3f7c45d741b71e7c3d7 (diff)
downloadminitramfs-7739d1863cb6ea5de819e1ae1c1ee10e8109d32b.tar.xz
minitramfs-7739d1863cb6ea5de819e1ae1c1ee10e8109d32b.zip
POSIXify, add docs, other changes
Diffstat (limited to 'unlock')
-rw-r--r--unlock2
1 files changed, 1 insertions, 1 deletions
diff --git a/unlock b/unlock
index 50d282b..42e30d2 100644
--- a/unlock
+++ b/unlock
@@ -1,5 +1,5 @@
#!/bin/sh
-root=$(findfs UUID=26748575-d7a7-418b-8f68-21be7c937500) || exit
+root=$(findfs UUID=ec8fb072-1200-4275-9494-f6f869187806) || exit
cryptsetup open --allow-discards "$root" root || exit
pkill cryptsetup