diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-08-22 17:02:54 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-08-22 17:02:54 -0400 |
commit | 7b715270f0720c565af50e102d761cd83cb3569b (patch) | |
tree | 0c871d9de02d2dc6f6c150807b6d9c76278b0501 /ChangeLog | |
parent | 43c55aca8c7ee17471b709a6a348c318db165a92 (diff) | |
download | vyos-cloud-init-7b715270f0720c565af50e102d761cd83cb3569b.tar.gz vyos-cloud-init-7b715270f0720c565af50e102d761cd83cb3569b.zip |
add apt_reboot_if_required to reboot if required
If an upgrade or package installation forced a reboot (such as a kernel
upgrade), then we can optionally reboot at that point.
This allows the user to not be into the newest available kernel without
needing a reboot on their own.
LP: #1038108
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ 0.7.0: + - add apt_reboot_if_required to reboot if an upgrade or package installation + forced the need for one (LP: #1038108) - allow distro mirror selection to include availability-zone (LP: #1037727) - allow arch specific mirror selection (select ports.ubuntu.com on arm) LP: #1028501 |