initramfs: Add build script to generate initramfs

The init.sh in initramfs will parse the verity scheme,
roothash, root device and setup the root device accordingly.

Fixes: #6674

Signed-off-by: Wang, Arron <arron.wang@intel.com>
This commit is contained in:
Wang, Arron
2022-09-01 13:02:22 +08:00
committed by Fabiano Fidêncio
parent 5cb02a8067
commit 28b2645624
7 changed files with 221 additions and 0 deletions

View File

@@ -228,11 +228,21 @@ externals:
url: "https://github.com/kubernetes-sigs/cri-tools"
version: "1.23.0"
cryptsetup:
description: "A utility used to setup disk encryption, integrity protection"
url: "https://gitlab.com/cryptsetup/cryptsetup"
version: "v2.5.0"
gperf:
description: "GNU gperf is a perfect hash function generator"
url: "http://ftp.gnu.org/pub/gnu/gperf/"
version: "3.1"
lvm2:
description: "LVM2 and device-mapper tools and libraries"
url: "https://github.com/lvmteam/lvm2"
version: "v2_03_16"
kubernetes:
description: "Kubernetes project container manager"
url: "https://github.com/kubernetes/kubernetes"