Message ID | 20240404165620.2248838-2-joaomarcos.costa@bootlin.com |
---|---|
State | New, archived |
Headers | show |
Series | Document changes in WIC and Go language | expand |
Hi João, Thanks for the new notes! On 4/4/24 at 18:56, joaomarcos.costa@bootlin.com wrote: > From: Joao Marcos Costa <joaomarcos.costa@bootlin.com> > > Summarize changes in 'wic Image Creator enhancements' item. > > Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com> > --- > .../migration-guides/release-notes-5.0.rst | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst > index adc1597bb..a56995cc9 100644 > --- a/documentation/migration-guides/release-notes-5.0.rst > +++ b/documentation/migration-guides/release-notes-5.0.rst > @@ -26,6 +26,20 @@ New Features / Enhancements in 5.0 > > - wic Image Creator enhancements: > > + - Allow the imager's output file extension to match the imager's name, > + instead of hardcoding it to 'direct' (i.e., the default imager) I replaced 'direct' by ``direct``. Let me know if I was wrong. Not too late to change. Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Merged into "master-next". Cheers Michael
diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst index adc1597bb..a56995cc9 100644 --- a/documentation/migration-guides/release-notes-5.0.rst +++ b/documentation/migration-guides/release-notes-5.0.rst @@ -26,6 +26,20 @@ New Features / Enhancements in 5.0 - wic Image Creator enhancements: + - Allow the imager's output file extension to match the imager's name, + instead of hardcoding it to 'direct' (i.e., the default imager) + + - For GPT-based disks, add reproducible Disk GUID generation + + - Allow generating reproducible ext4 images + + - Add feature to fill a specific range of a partition with zeros + + - ``bootimg-efi``: add ``install-kernel-into-boot-dir`` parameter to + configure kernel installation point(s) (i.e., rootfs and/or boot partition) + + - ``rawcopy``: add support for zstd decompression + - SDK-related improvements: - Testing: