diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-01-17 11:16:56 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-01-17 11:16:56 -0500 |
commit | 98fd17c55b637f4e1d136c954567c1d9b23e6c20 (patch) | |
tree | e7e8ef330eb6a65718c26c06871048de608ce6ef /doc | |
parent | 6f8904ceb3805bd62725e5e6c3167fed0202c641 (diff) | |
download | vyos-cloud-init-98fd17c55b637f4e1d136c954567c1d9b23e6c20.tar.gz vyos-cloud-init-98fd17c55b637f4e1d136c954567c1d9b23e6c20.zip |
remove support for resizing via 'parted resizepart'
This was previously broken anyway. It doesn't seem like there
was an easy way to actually support it, so for now I'm removing
it entirely. growpart works well enough.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-growpart.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/examples/cloud-config-growpart.txt b/doc/examples/cloud-config-growpart.txt index a459573d..393d5164 100644 --- a/doc/examples/cloud-config-growpart.txt +++ b/doc/examples/cloud-config-growpart.txt @@ -5,12 +5,10 @@ # # mode: # values: -# * auto: use any option possible (growpart or parted) +# * auto: use any option possible (any available) # if none are available, do not warn, but debug. # * growpart: use growpart to grow partitions # if growpart is not available, this is an error. -# * parted: use parted (parted resizepart) to resize partitions -# if parted is not available, this is an error. # * off, false # # devices: |