Expand description
/boot-source PUT body.
Per 21-api-compat-matrix.md
/boot-source:
kernel_image_path— required; validated asSafePath(1024-byte cap, no NUL).initrd_path— optional; same validation.boot_args— optional; capped at 4096 bytes (LinuxCOMMAND_LINE_SIZEis typically 256–4096 depending on architecture; we use 4096 as the practical upper bound). The FDT builder applies the D23 composition rule downstream — this layer passes the user value through verbatim.
Structs§
- Boot
Source Config - Validated
/boot-sourcePUT body. - RawBoot
Source Config - Raw
/boot-sourcePUT body, exactly off the wire.
Constants§
- BOOT_
ARGS_ MAX - Maximum length of the
boot_argscmdline string, in bytes.