summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2014-01-23 14:11:05 -0500
committerScott Moser <smoser@ubuntu.com>2014-01-23 14:11:05 -0500
commit814b32b5b6e6e8639fdbfb41eab2531f25c248d9 (patch)
treee0f07a21954100206e237567e5489404fef5e701 /ChangeLog
parent131ff5e3955ac489d68330034cee044a4ca9d6f0 (diff)
parent66aa9826b818c3478516104b38039fecbd717b6b (diff)
downloadvyos-cloud-init-814b32b5b6e6e8639fdbfb41eab2531f25c248d9.tar.gz
vyos-cloud-init-814b32b5b6e6e8639fdbfb41eab2531f25c248d9.zip
Consider partitions as sources for configdrive if labelled correctly
This change removes the filtering of partitions from potential ConfigDrive sources, if the LABEL of the partition is set to "config-2". This is useful for a bare metal device. It may not have a separate device for ConfigDrive, but instead have a ConfigDrive available on a partition.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32f2a8d0..665557dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,8 @@
'Recommends' in the debian/control.in [Vlastimil Holer]
- if mount_info reports /dev/root is a device path for /, then convert
that to a device via help of kernel cmdline.
+ - configdrive: consider partitions as possible datasources if they have
+ theh correct filesystem label. [Paul Querna]
0.7.4:
- fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
partitioned block device with target filesystem on ephemeral0.1.