~ubuntu-branches/ubuntu/saucy/cloud-utils/saucy

« back to all changes in this revision

Viewing changes to man/growpart.1

  • Committer: Scott Moser
  • Date: 2013-02-04 16:59:40 UTC
  • Revision ID: smoser@ubuntu.com-20130204165940-05chdao305tlwza8
* sync to trunk at revno 216
  * support for GPT partitions in growpart via sgdisk (LP: #1087526)
  * depend on wget and ca-certificates for ubuntu-cloudimg-query 
    (LP: #1062671)
  * fix sfdisk parsing (LP: #1007415)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
.TP
28
28
.B -v | --verbose
29
29
Give more information to stderr.
30
 
.TP
31
 
.B -r | --ramdisk r
32
 
Use previously registered ramdisk with id 'r' specify 'none' for no ramdisk
33
30
 
34
31
.SH ARGUMENTS
35
32
.TP
50
47
Extend partition 2 in disk image my.image.
51
48
   growpart my.image 2
52
49
 
 
50
.SH EXIT STATUS
 
51
The exit status is 0 if the partition was sucessfully grown or if --dry-run was specified and it could be grown. The exit status is 1 if the partition could not be grown due to lack of available space. The exit status is 2 if an error occured.
 
52
 
 
53
 
53
54
.SH AUTHOR
54
55
This manpage was written by Scott Moser <smoser@canonical.com> for Ubuntu systems (but may be used by others).  Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
55
56