diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | doc/todo/property_to_install_propellor.mdwn | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dcbe0a3e..70aa139d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ propellor (4.0.3) UNRELEASED; urgency=medium * Added Fstab.listed, Fstab.swap, and Mount.swapOn properties. Thanks, Daniel Brooks. + * Added Propellor.Property.Bootstrap, which can be used to make + disk images contain their own installation of propellor. -- Joey Hess <id@joeyh.name> Thu, 06 Apr 2017 19:40:12 -0400 diff --git a/doc/todo/property_to_install_propellor.mdwn b/doc/todo/property_to_install_propellor.mdwn index 25db8193..184977f5 100644 --- a/doc/todo/property_to_install_propellor.mdwn +++ b/doc/todo/property_to_install_propellor.mdwn @@ -12,3 +12,5 @@ Should support: Much of this is already implemented, in non-Property form, in Propellor.Bootstrap, but will need adjustments for this new context. --[[Joey]] + +> [[done]] |
