b9df861eb7
Change-Id: I0d42dd30053c0d54d566c58cbadb4e7b32b8f832
14 lines
567 B
YAML
14 lines
567 B
YAML
---
|
|
features:
|
|
- Adds support for streaming raw images directly onto
|
|
the disk. This avoids writing the image to a tmpfs
|
|
partition before writing it to disk, which also enables
|
|
using images larger than the usable amount of RAM on
|
|
the machine IPA runs on. Pass `stream_raw_images=True`
|
|
to the `prepare_image` command to enable this; it is
|
|
disabled by default.
|
|
fixes:
|
|
- Raw images larger than available of RAM may now be used
|
|
by passing `stream_raw_images=True` to the `prepare_image`
|
|
command; these will be streamed directly to disk.
|