summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 8df2dda..de10111 100644
--- a/init
+++ b/init
@@ -18,7 +18,7 @@ udhcpc -i eth0
dropbear -p 2222
) >/dev/null 2>&1 &
-root=$(findfs UUID=26748575-d7a7-418b-8f68-21be7c937500) || exit
+root=$(findfs UUID=ec8fb072-1200-4275-9494-f6f869187806) || exit
cryptsetup open --tries 65535 --allow-discards "$root" root
# in case of /sbin/unlock
[ -e /dev/mapper/root ] || exit