From 46cd2ad0e067ba85d82ad75bb4d358e71d971ed3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 17 Nov 2014 16:42:15 -0400 Subject: 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. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') 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 Mon, 10 Nov 2014 11:15:27 -0400 -- cgit v1.3-2-g0d8e