1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
.TH cloud\-resize\-image 1 "17 Feb 2010" cloud\-utils "cloud\-utils"
.SH NAME
resize\-part\-image \- resize a partition image
.SH SYNOPSIS
.BI "resize\-part\-image [ options ] IMAGE SIZE [OUTPUT]"
.SH OPTIONS
.TP
.B -v | --verbose
show output of resize and fsck commands
.TP
.B IMAGE
Target file for resizing
.TP
.B SIZE
New size is specified per resize2fs(8), e.g. "1G" for 1 gigabyte
.TP
.B [OUTPUT]
If OUTPUT filname is given, do not modify 'IMAGE', but create new file 'OUTPUT'
.SH DESCRIPTION
Resize a partition image to a new size.
.SH "SEE ALSO"
.PD 0
.TP
\fBresize2fs\fP(8)
.SH AUTHOR
This manpage was written by Dustin Kirkland <kirkland@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.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
|