diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-17 16:42:15 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-17 16:42:15 -0400 |
| commit | 46cd2ad0e067ba85d82ad75bb4d358e71d971ed3 (patch) | |
| tree | 9b251d144eedfd3cd226c92efe8ae3dd901e93ee /debian | |
| parent | 8d91b5de6b43333ba77974053cdcdfa87409fb62 (diff) | |
DigitalOcean.distroKernel property now reboots into the distribution kernel when necessary.
It might be better to do this check on boot to limit the time running the
DO kernel (which is not well security supported), but that has the
possibility of entering a bad reboot loop. Limiting this check to when
propellor runs avoids that, while still fixing the problem pretty fast.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b3a8a20c..3858ac2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ propellor (0.9.3) UNRELEASED; urgency=medium * When multiple gpg keys are added, ensure that the privdata file can be decrypted by all of them. * Convert GpgKeyId to newtype. + * DigitalOcean.distroKernel property now reboots into the distribution + kernel when necessary. -- Joey Hess <joeyh@debian.org> Mon, 10 Nov 2014 11:15:27 -0400 |
