From c7a8c812add892eb7f7b7068d258efa01095fcde Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Nov 2017 15:21:53 -0400 Subject: 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. --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') 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. -- cgit v1.3-2-g0d8e From b38a31518c8032ab101a7d0ff8b80fee9f8dd6c7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Nov 2017 15:50:23 -0400 Subject: releasing package propellor version 5.0.0 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 2b41af51..f88089d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (5.0.0) UNRELEASED; urgency=medium +propellor (5.0.0) unstable; urgency=medium * Debootstrap.built now supports bootstrapping chroots for foreign OS's, using qemu-user-static. @@ -19,7 +19,7 @@ propellor (5.0.0) UNRELEASED; urgency=medium * Fail2Ban: Renamed jail.d conf file to use .local. Thanks, Félix Sipma. - -- Joey Hess Thu, 02 Nov 2017 10:28:44 -0400 + -- Joey Hess Sun, 19 Nov 2017 15:42:44 -0400 propellor (4.9.0) unstable; urgency=medium -- cgit v1.3-2-g0d8e