mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 14:28:35 +00:00
image-build: generate root hash as an separate partition for rootfs
Generate rootfs hash data during creating the kata rootfs, current kata image only have one partition, we add another partition as hash device to save hash data of rootfs data blocks. Fixes: #6674 Signed-off-by: Wang, Arron <arron.wang@intel.com>
This commit is contained in:
committed by
Fabiano Fidêncio
parent
31c0ad2076
commit
5cb02a8067
@@ -14,5 +14,6 @@ RUN ([ -n "$http_proxy" ] && \
|
||||
gdisk \
|
||||
parted \
|
||||
qemu-img \
|
||||
veritysetup \
|
||||
xfsprogs && \
|
||||
dnf clean all
|
||||
|
Reference in New Issue
Block a user