diff options
author | Greg Padgett <gpadgett@redhat.com> | 2013-04-10 12:19:37 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-04-10 12:19:37 -0400 |
commit | b9c6f197b6865987e9cdd2cd71fa1a5a9dff11c5 (patch) | |
tree | 05953e7b1d262fb783068209cffb9fd4a76080ce /ChangeLog | |
parent | 1c2adfa3835e031a0f946cef0d99fcfe3dfc1c95 (diff) | |
parent | 984c72e522c585c6d3f6b3d3aec39fb21dd84028 (diff) | |
download | vyos-cloud-init-b9c6f197b6865987e9cdd2cd71fa1a5a9dff11c5.tar.gz vyos-cloud-init-b9c6f197b6865987e9cdd2cd71fa1a5a9dff11c5.zip |
improvments to systemd/fedora 18 support
This branch contains fixes found while investigating integration of cloud-init
into oVirt. They're in 3 categories:
- compatibility with systemd configuration management (as used in Fedora 18)
- workaround for a 2.6 kernel quirk which prevented 'blkid' from displaying
/dev/sr0 in some cases
- writing sysconfig files in typical convention, with a newline preceding EOF,
to make some parsers happy
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ python-requests, we get https support (LP: #1067888). - make apt-get invoke 'dist-upgrade' rather than 'upgrade' for package_upgrade. (LP: #1164147) + - improvements for systemd with Fedora 18 + - workaround 2.6 kernel issue that stopped blkid from showing /dev/sr0 0.7.1: - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6 |