summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-09-17 13:00:35 -0400
committerScott Moser <smoser@ubuntu.com>2014-09-17 13:00:35 -0400
commitd8aa66ff8fda89c18a9fc7f8accd8a3d816f416e (patch)
treef4b71c3f422cd10e002095fdcbd1a1c08fab6fcb /ChangeLog
parent5d51578e5aaa3fd96eb7505a0d625abe65553a67 (diff)
parenta9f7e5cfa5bd2ce692178c3784cc08271276dcac (diff)
downloadvyos-cloud-init-d8aa66ff8fda89c18a9fc7f8accd8a3d816f416e.tar.gz
vyos-cloud-init-d8aa66ff8fda89c18a9fc7f8accd8a3d816f416e.zip
cc_grub_dpkg consider /dev/xvda as a candidate for grub installation
HVM instances on EC2 have grub on /dev/xvda. The bug here resulted in a prompt on grub update. LP: #1336855
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b33258d2..24db8838 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,8 @@
- configdrive: fix reading of vendor data to be like metadata service reader.
[Jay Faulkner]
- resizefs: fix broken background resizing [Jay Faulkner] (LP: #1338614)
+ - cc_grub_dpkg: fix EC2 hvm instances to avoid prompt on grub update.
+ (LP: #1336855)
0.7.5:
- open 0.7.5
- Add a debug log message around import failures