From 7030979a095f41b8aac875303cf6e960230f7820 Mon Sep 17 00:00:00 2001 From: dbw7 Date: Tue, 27 Aug 2024 23:09:29 -0400 Subject: [PATCH] add note to docs --- docs/building-images.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/building-images.md b/docs/building-images.md index b9501f45..27534495 100644 --- a/docs/building-images.md +++ b/docs/building-images.md @@ -484,6 +484,9 @@ the built image and used to register with Elemental on boot. > To ensure a successful build, this process requires the ```--privileged``` flag to be passed to the > ```podman run``` command. For more info on why this is required, please see > [Package resolution design](design/pkg-resolution.md#running-the-eib-container). +> +> Additionally, when using SL Micro 6.0, an [`sccRegistrationCode`](#operating-system) must be provided in the `operatingSystem` section +> of the image definition so that the necessary Elemental RPMs can be downloaded. ## Operating System Files