diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-02-13 15:52:47 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-02-13 15:52:47 -0500 |
commit | 32959f97d611979b111513e9ff753db5b5e83447 (patch) | |
tree | 72191b105669711a4448d66cd76f68c99164b2cc /ChangeLog | |
parent | 9dde8e6cc29d789e341921ec46b01046f51258f8 (diff) | |
parent | 063d33bf8bb277744abab2c1fff44af665dc2545 (diff) | |
download | vyos-cloud-init-32959f97d611979b111513e9ff753db5b5e83447.tar.gz vyos-cloud-init-32959f97d611979b111513e9ff753db5b5e83447.zip |
support for managing GPT partitions
Specifically, this is to support Azure's G-series VMs (which come with
disks up to 6500GB).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,9 @@ - hostname: on first boot apply hostname to be same as is written for persistent hostname. (LP: #1246485) - remove usage of dmidecode on linux in favor of /sys interface [Ben Howard] - - python3 support [Barry Warsaw, Daniel Watson, Josh Harlow] (LP: #1247132) + - python3 support [Barry Warsaw, Daniel Watkins, Josh Harlow] (LP: #1247132) + - support managing gpt partitions in disk config [Daniel Watkins] + - Azure: utilze gpt support for ephemeral formating [Daniel Watkins] 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |