diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-19 15:21:53 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-19 15:21:53 -0400 |
| commit | c7a8c812add892eb7f7b7068d258efa01095fcde (patch) | |
| tree | ff9100d6847b8f8007beec8761e48e5875eae53a /debian | |
| parent | 143996429e594def4c31d1346713433335758128 (diff) | |
partition table in Info
Diskimage.imageBuiltFor: New property to build a disk image for a Host,
using partition table information configured via the new properties
hasPartitionTableType, hasPartition and adjustPartition.
This lets Machine properties include eg /boot partitions that are known to
be needed by the bootloader, and the user can adjust those partitions and
add others.
This commit was sponsored by Brock Spratlen on Patreon.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f7bc48c3..2b41af51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ propellor (5.0.0) UNRELEASED; urgency=medium * Machine: New module collecting machine-specific properties for building bootable images for ARM boards. Tested working boards: Olimex Lime, CubieTruck, Banana Pi, SheevaPlug. + * Diskimage.imageBuiltFor: New property to build a disk image for a Host, + using partition table information configured via the new properties + hasPartitionTableType, hasPartition and adjustPartition. * Chroot.noServices moved to Service.noServices and its type changed. (API change) * Service: Avoid starting services when noServices is used. |
