Add release notes for block device handling.

Change-Id: I646447ef6d067cdc4895cedefc3fcae37986d1c7
Signed-off-by: Andreas Florath <andreas@florath.net>
This commit is contained in:
Andreas Florath 2016-09-12 09:07:28 +02:00
parent 91b431ce78
commit 19efc60ce8
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
features:
- Add new block device handling.
Unify and generalize the creation and usage of
block device. This release includes setting up the general
infrastructure and setting up loop device
issues:
- Because the implementation of the new block device layer is not
complete, some features which are already implemented cannot be
used because of limitations of the current environment.
deprecations:
- The current way of handling block devices is deprecated. The
existing block device phase will be called for a limited time. If
this phase delivers a result, this is used; if there is no result,
the new way of block device handling is used.
Please note that the old way of block device handling has some
major limitations such as that it is only possible to use one
block device.
- The element 'partitioning-sfdisk' is deprecated. The new
implementation will create the partition tables based on a tool
independent description.