diff options
author | John Klug <john.klug@multitech.com> | 2020-08-24 09:01:31 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-08-24 09:01:31 -0500 |
commit | 2918dd4c4d919f3bd55044a61261ed71755d136c (patch) | |
tree | ae4b0af7f1243adbfda7b54496568c92dd6e3031 | |
parent | bc6fc897ca4f91d361cfb742244d5224109d7b93 (diff) | |
download | meta-mlinux-2918dd4c4d919f3bd55044a61261ed71755d136c.tar.gz meta-mlinux-2918dd4c4d919f3bd55044a61261ed71755d136c.tar.bz2 meta-mlinux-2918dd4c4d919f3bd55044a61261ed71755d136c.zip |
Add cryptsetup for securing the root file system
-rw-r--r-- | recipes-core/images/core-image-rorootfs-overlay-initramfs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/core-image-rorootfs-overlay-initramfs.bb b/recipes-core/images/core-image-rorootfs-overlay-initramfs.bb index 47946c5..fc8197e 100644 --- a/recipes-core/images/core-image-rorootfs-overlay-initramfs.bb +++ b/recipes-core/images/core-image-rorootfs-overlay-initramfs.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Small image capable of booting a device. The kernel includes \ the Minimal RAM-based Initial Root Filesystem (initramfs), mounts the root fs \ read only and uses a file system overlay for written data." -PACKAGE_INSTALL = "initramfs-readonly-rootfs-overlay ${VIRTUAL-RUNTIME_base-utils} udev base-passwd gptfdisk ${ROOTFS_BOOTSTRAP_INSTALL}" +PACKAGE_INSTALL = "initramfs-readonly-rootfs-overlay ${VIRTUAL-RUNTIME_base-utils} udev base-passwd cryptsetup gptfdisk ${ROOTFS_BOOTSTRAP_INSTALL}" # Do not pollute the initrd image with rootfs features IMAGE_FEATURES = "" |