diff options
Diffstat (limited to 'unlock')
-rw-r--r-- | unlock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |