diff mbox series

[isar-cip-core] Add missing paragraph for ABROOTFS_PART_UUIDs in production

Message ID 20240918102509.1526632-1-Quirin.Gylstorff@siemens.com (mailing list archive)
State Accepted
Headers show
Series [isar-cip-core] Add missing paragraph for ABROOTFS_PART_UUIDs in production | expand

Commit Message

Gylstorff Quirin Sept. 18, 2024, 10:24 a.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 doc/README.swupdate.md | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Jan Kiszka Sept. 27, 2024, 12:02 p.m. UTC | #1
On 18.09.24 12:24, Quirin Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
>  doc/README.swupdate.md | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/README.swupdate.md b/doc/README.swupdate.md
> index 99df9ba..027a8fd 100644
> --- a/doc/README.swupdate.md
> +++ b/doc/README.swupdate.md
> @@ -23,6 +23,10 @@ device = "C:BOOT0:linux.efi->${ABROOTFS_PART_UUID_A},C:BOOT1:linux.efi->${ABROOT
>  The variables `ABROOTFS_PART_UUID_A` and `ABROOTFS_PART_UUID_B` contain partition uuids. The handler searches
>  for the matching device and SWUpdate writes the image to the selected device.
>  
> +> :exclamation: For production image the content of the variable
> +`ABROOTFS_PART_UUID_A` and `ABROOTFS_PART_UUID_B` must contain project specific
> +values.
> +
>  ## SWUpdate Efibootguard update
>  
>  :warning: **If the efibootguard binary is corrupted the system can no longer boot**

Thanks, applied.

Jan
diff mbox series

Patch

diff --git a/doc/README.swupdate.md b/doc/README.swupdate.md
index 99df9ba..027a8fd 100644
--- a/doc/README.swupdate.md
+++ b/doc/README.swupdate.md
@@ -23,6 +23,10 @@  device = "C:BOOT0:linux.efi->${ABROOTFS_PART_UUID_A},C:BOOT1:linux.efi->${ABROOT
 The variables `ABROOTFS_PART_UUID_A` and `ABROOTFS_PART_UUID_B` contain partition uuids. The handler searches
 for the matching device and SWUpdate writes the image to the selected device.
 
+> :exclamation: For production image the content of the variable
+`ABROOTFS_PART_UUID_A` and `ABROOTFS_PART_UUID_B` must contain project specific
+values.
+
 ## SWUpdate Efibootguard update
 
 :warning: **If the efibootguard binary is corrupted the system can no longer boot**