mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 03:48:45 +00:00
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:
committed by
Fabiano Fidêncio
parent
5cb02a8067
commit
28b2645624
@@ -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"
|
||||
|
Reference in New Issue
Block a user