summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-12-20Parted: Fix names used for FAT and VFAT partitions.Joey Hess
Use "fat32" for both; these are not distinguished at the partition table level. This commit was sponsored by Henrik Riomar on Patreon.
2017-12-20commentJoey Hess
2017-12-20commentJoey Hess
2017-12-20(no commit message)gueux
2017-12-19(no commit message)gueux
2017-12-19Added a commentgueux
2017-12-19Added a commentgueux
2017-12-19(no commit message)gueux
2017-12-19(no commit message)gueux
2017-12-16responseJoey Hess
2017-12-16Added a commentspwhitton
2017-12-13Added a commentpicca
2017-12-08Added a commentpicca
2017-12-08Added a commentspwhitton
2017-12-08Added a comment: diagnosisspwhitton
2017-12-08removedspwhitton
2017-12-08Added a commentspwhitton
2017-12-07(no commit message)picca
2017-12-03updateJoey Hess
2017-12-03newer branchJoey Hess
2017-12-03Merge branch 'joeyconfig'Joey Hess
2017-12-03commentJoey Hess
2017-11-29bootstrappedFrom: Set up local privdata file.Joey Hess
Avoid needing to --spin host deployed from disk image to let its propellor access its privdata. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2017-11-29Merge branch 'master' into joeyconfigJoey Hess
2017-11-29bugJoey Hess
2017-11-28Added a commentpicca
2017-11-27commentJoey Hess
2017-11-27Added a commentpicca
2017-11-24Added a comment: Bountynp
2017-11-23add news item for propellor 5.1.0Joey Hess
2017-11-22responseJoey Hess
2017-11-22(no commit message)picca
2017-11-21merged sbuild overhaulJoey Hess
2017-11-20submit merge requestspwhitton
2017-11-19add news item for propellor 5.0.0Joey Hess
2017-11-19partition table in InfoJoey Hess
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.
2017-11-18commentJoey Hess
2017-11-18Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-11-18rename bug/Debootstrap_module_should_respect_a_configured_Apt.proxy.mdwn to ↵spwhitton
todo/Debootstrap_module_should_respect_a_configured_Apt.proxy.mdwn
2017-11-18rename forum/Sbuild_chroot_are_not_compatible_with_schroot.mdwn to ↵spwhitton
bug/Debootstrap_module_should_respect_a_configured_Apt.proxy.mdwn
2017-11-18Added a comment: Reassigning this bug to the Chroot and Debootstrap ↵spwhitton
infrastructure
2017-11-17ideaJoey Hess
2017-11-02Add Typeable instance to OriginUrl, fixing build with old versions of ghc.Joey Hess
2017-11-02Added a commentpicca
2017-11-02(no commit message)picca
2017-10-25add news item for propellor 4.9.0Joey Hess
2017-10-25Make addInfo accumulate Info in order properties appear, not reverse orderJoey Hess
This fixes a bug involving reverting Systemd.resolvConfed or Systemd.linkJournal. addInfo was prepending to the list for efficiency. But, that was in conflict with mappend of two Info, which appended the second to the first. In the case where Systemd.resolvConfed was added reverted, to override the one added by default, that led to a list of info that had first the reversion and then the default, so the default won. Which was wrong. So, make addInfo accumulate in the same order mappend combines things, even though it's a little less efficient. The efficiency probably does not matter; there is not typically a whole lot of info. There's some risk this change has unexpected consequences, if something relied on the old addInfo order without using fromInfo to access to info. But if so, that something would have been broken before when two Info properties were combined. With this change, it would just be broken the other way around. This commit was sponsored by Jochen Bartl on Patreon.
2017-10-25changelog for mergeJoey Hess
2017-10-20Added a commentspwhitton
2017-10-19Added a commentNicolas.Schodet