summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-04-06 06:35:45 -0400
committerScott Moser <smoser@ubuntu.com>2011-04-06 06:35:45 -0400
commit80301e1a4aa1a7396b2cb2d6c5d0e46b75a46a98 (patch)
treef9cef21f98d326ad4a0db2bc786905014499c221 /ChangeLog
parent371561772c9073daf9033145b4b2156bc9f0e7dc (diff)
downloadvyos-cloud-init-80301e1a4aa1a7396b2cb2d6c5d0e46b75a46a98.tar.gz
vyos-cloud-init-80301e1a4aa1a7396b2cb2d6c5d0e46b75a46a98.zip
fix bug seeding grub dpkg config when devices are named xvdX (LP: #752361)
With newer ubuntu kernels the xen block devices are named xvd[a-z][0-9] Ie, instead of /dev/sda1 the root device is /dev/xvda1. LP: #752361
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 635fb933..a79b9fff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
failure of 'blkid /dev/root' (LP: #726938)
- convert dos formated files to unix for user-scripts, boothooks,
and upstart jobs (LP: #744965)
+ - fix bug in seeding of grub dpkg configuration (LP: #752361) due
+ to renamed devices in newer (natty) kernels (/dev/sda1 -> /dev/xvda1)
0.6.1:
- fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509)
- improve comment strings in rsyslog file tools/21-cloudinit.conf