doc: Fix IMAGE_INITRD naming

Message ID 7237bd2c-341e-4c3f-bfcf-e4edca3d9c1e@siemens.com
State New
Headers show
Series doc: Fix IMAGE_INITRD naming | expand

Commit Message

Jan Kiszka Nov. 29, 2025, 2:43 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

Fixes: c3c4e72cbfc4 ("image: introduce IMAGE_INITRD, deprecate INITRD_IMAGE")
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 doc/user_manual.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/doc/user_manual.md b/doc/user_manual.md
index 4df122a8..d197ae7b 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -577,7 +577,7 @@  Every machine is described in its configuration file. The file defines the follo
    - U-Boot or other boot loader.
    - Machine-specific firmware.
  - `KERNEL_IMAGE` - The name of kernel binary that it installed to `/boot` folder in target filesystem. This variable is used by Isar to extract the kernel binary and put it into the deploy folder. This makes sense for embedded devices, where kernel and root filesystem are written to different flash partitions. This variable is optional.
- - `INITRD_IMAGE` - The name of `initramfs` recipe to be built and used by the imager.
+ - `IMAGE_INITRD` - The name of `initramfs` recipe to be built and used by the imager.
  - `MACHINE_SERIAL` - The name of serial device that will be used for console output.
  - `IMAGE_FSTYPES` - The types of images to be generated for this machine.