diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-04-21 23:10:07 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-04-21 23:35:14 -0400 |
commit | 7739d1863cb6ea5de819e1ae1c1ee10e8109d32b (patch) | |
tree | a9eeabbf583cc19ee1539bed51e08075d226132e /init | |
parent | 542cfed39c3b3b93e5bab3f7c45d741b71e7c3d7 (diff) | |
download | minitramfs-7739d1863cb6ea5de819e1ae1c1ee10e8109d32b.tar.xz minitramfs-7739d1863cb6ea5de819e1ae1c1ee10e8109d32b.zip |
POSIXify, add docs, other changes
Diffstat (limited to 'init')
-rw-r--r-- | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |