~ubuntu-on-ec2/ubuntu-on-ec2/cloud-utils

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