diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-02-26 14:21:40 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-02-26 14:21:40 -0500 |
commit | 0fa8bfa1104b18aaed8afb720cf0fa8ad8b3ffa2 (patch) | |
tree | ee75ee5a646c106f7496321df6cd6162b02d4e53 /ChangeLog | |
parent | 5acc36948efd4d1dc3d6d33bf2fb67ac4ac80ef6 (diff) | |
download | vyos-cloud-init-0fa8bfa1104b18aaed8afb720cf0fa8ad8b3ffa2.tar.gz vyos-cloud-init-0fa8bfa1104b18aaed8afb720cf0fa8ad8b3ffa2.zip |
SmartOS: do not run on arm as dmidecode causes problems
See LP: #1243287 for more information, but the easiest thing to do
here is just not run smartos on arm.
LP: #1243287
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ - Add GCE datasource [Vaidas Jablonskis] - Add native Openstack datasource which reads openstack metadata rather than relying on EC2 data in openstack metadata service. + - SmartOS: disable running on arm systems due to bug (LP: #1243287) 0.7.4: - fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a partitioned block device with target filesystem on ephemeral0.1. |