diskimage-builder/releasenotes/notes/block-device-partitioning-237249e7ed2bad26.yaml
Andreas Florath ec7f56c1b2 Refactor: block-device handling (partitioning)
During the creation of a disk image (e.g. for a VM), there is the need
to create, setup, configure and afterwards detach some kind of storage
where the newly installed OS can be copied to or directly installed
in.

This patch implements partitioning handling.

Change-Id: I0ca6a4ae3a2684d473b44e5f332ee4225ee30f8c
Signed-off-by: Andreas Florath <andreas@florath.net>
2017-01-24 19:59:10 +00:00

12 lines
363 B
YAML

---
features:
- Create partitions with MBR layout optimized for performance and
highly configurable.
deprecations:
- The new partitions are created based on configuration rather than
on a list of provided commands for a special partitioning tool.
Therefore elements using tools (like partitioning-sfdisk) are
deprecated and will be removed.