diff options
author | Paul Querna <pquerna@apache.org> | 2014-01-23 14:11:05 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-01-23 14:11:05 -0500 |
commit | 814b32b5b6e6e8639fdbfb41eab2531f25c248d9 (patch) | |
tree | e0f07a21954100206e237567e5489404fef5e701 /ChangeLog | |
parent | 131ff5e3955ac489d68330034cee044a4ca9d6f0 (diff) | |
parent | 66aa9826b818c3478516104b38039fecbd717b6b (diff) | |
download | vyos-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |