mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
init: don't explicitly set the LUKS partition name
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -38,7 +38,7 @@ try_to_mount_rootfs() {
|
||||
|
||||
[ -x /init.cryptfs ] &&
|
||||
/init.cryptfs "$ROOTFS_MOUNT" "$ROOTFS_DEV" \
|
||||
"$mount_flags" OVERCROOTFS && return 0
|
||||
"$mount_flags" && return 0
|
||||
|
||||
return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user