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. --- doc/todo/Host_could_have_partition_table_in_Info.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/todo/Host_could_have_partition_table_in_Info.mdwn b/doc/todo/Host_could_have_partition_table_in_Info.mdwn index 5ca20cc7..ed7022f7 100644 --- a/doc/todo/Host_could_have_partition_table_in_Info.mdwn +++ b/doc/todo/Host_could_have_partition_table_in_Info.mdwn @@ -3,3 +3,5 @@ specified separately. However, Propellor.Property.Machine often knows things about the partition table (eg that there needs to be a separate EXT2 /boot partition). So, why not let properties put something in Info and let the partition table be derived from that. --[[Joey]] + +> [[done]] --[[Joey]] -- cgit v1.3-2-g0d8e From 0fbc37da655378e6ff61646d8518f6e824a2059e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Nov 2017 15:50:41 -0400 Subject: add news item for propellor 5.0.0 --- doc/news/version_5.0.0.mdwn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/news/version_5.0.0.mdwn (limited to 'doc') diff --git a/doc/news/version_5.0.0.mdwn b/doc/news/version_5.0.0.mdwn new file mode 100644 index 00000000..dbf678cc --- /dev/null +++ b/doc/news/version_5.0.0.mdwn @@ -0,0 +1,20 @@ +propellor 5.0.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Debootstrap.built now supports bootstrapping chroots for foreign + OS's, using qemu-user-static. + * 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. + * Add Typeable instance to OriginUrl, fixing build with old versions + of ghc. + * Added Propellor.Property.impossible + * Fail2Ban: Added several additional properties. + Thanks, Félix Sipma. + * Fail2Ban: Renamed jail.d conf file to use .local. + Thanks, Félix Sipma."""]] \ No newline at end of file -- cgit v1.3-2-g0d8e