From 3db000141e31eca1b661a5cbc05d1a01e495880e Mon Sep 17 00:00:00 2001 From: Javi Polo Date: Tue, 25 Jun 2024 11:32:36 +0200 Subject: [PATCH] Add note about osbuild-selinux required to build disk images Signed-off-by: Javi Polo --- training/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/training/README.md b/training/README.md index 8f4051df..0bcad9c9 100644 --- a/training/README.md +++ b/training/README.md @@ -101,6 +101,8 @@ make cloud-intel bootc-image-builder produces disk images using a bootable container as input. Disk images can be used to directly provision a host The process will write the disk image in -bootc/build +IMPORTANT: `osbuild-selinux` package needs to be installed for bootc-image-builder to work in a SELinux enabled host + To invoke bootc-image-builder, execute make disk- ``` make disk-nvidia