diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-08-09 10:54:48 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-08-09 10:54:48 +0800 |
commit | 0951a620b55378e9e43f92d240a98bb42fd5f8ce (patch) | |
tree | 16628d372436fd890adbf24301bf75dd972862c6 | |
parent | aa9b435b5588d921994f67db85d31de06f20a115 (diff) | |
download | meta-secure-core-0951a620b55378e9e43f92d240a98bb42fd5f8ce.tar.gz |
init: don't explicitly set the LUKS partition name
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta/recipes-core/initrdscripts/files/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init b/meta/recipes-core/initrdscripts/files/init index e1096c3..f6d5a16 100644 --- a/meta/recipes-core/initrdscripts/files/init +++ b/meta/recipes-core/initrdscripts/files/init | |||
@@ -38,7 +38,7 @@ try_to_mount_rootfs() { | |||
38 | 38 | ||
39 | [ -x /init.cryptfs ] && | 39 | [ -x /init.cryptfs ] && |
40 | /init.cryptfs "$ROOTFS_MOUNT" "$ROOTFS_DEV" \ | 40 | /init.cryptfs "$ROOTFS_MOUNT" "$ROOTFS_DEV" \ |
41 | "$mount_flags" OVERCROOTFS && return 0 | 41 | "$mount_flags" && return 0 |
42 | 42 | ||
43 | return 1 | 43 | return 1 |
44 | } | 44 | } |