Skip to content

Commit

Permalink
Moved cryptkey to the front of kernel features
Browse files Browse the repository at this point in the history
  • Loading branch information
UrsaDK committed Sep 3, 2023
1 parent ac50261 commit 88e37e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apkovl/root/setup-disk.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if crypt_required <"$mnt"/etc/fstab; then
use_crypt=1
- initfs_features="$initfs_features cryptsetup keymap"
+ initfs_features="$initfs_features cryptsetup cryptkey keymap"
+ initfs_features="cryptkey $initfs_features cryptsetup keymap"
if is_nvme_dev "$ROOT"/sys/block/dm-*/slaves/*; then
initfs_features="$initfs_features nvme"
fi
Expand Down

0 comments on commit 88e37e4

Please sign in to comment.