diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-04-09 17:52:19 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-04-09 17:53:05 -0400 |
| commit | 8d02f00412cc57a909a0cf0567c106108e19ab4c (patch) | |
| tree | e2d310853bc88abde3cebc8b04a599d3460d6d32 | |
| parent | 46a113ae9bd13c6c8cf5c9d8912899278580d53e (diff) | |
done
| -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]] |
