1KIWI::IMAGE::RESIZE(8)               kiwi               KIWI::IMAGE::RESIZE(8)
2
3
4

NAME

6       kiwi::image::resize - Resize disk images to new geometry
7

SYNOPSIS

9          kiwi [global options] service <command> [<args>]
10
11          kiwi image resize -h | --help
12          kiwi image resize --target-dir=<directory> --size=<size>
13              [--root=<directory>]
14          kiwi image resize help
15

DESCRIPTION

17       For  disk  based images, allow to resize the image to a new disk geome‐
18       try.  The additional space is free and not in  use  by  the  image.  In
19       order to make use of the additional free space a repartition process is
20       required like it is provided by kiwi's oem  boot  code.  Therefore  the
21       resize operation is useful for oem image builds most of the time.
22

OPTIONS

24       --root=<directory>
25              The  path  to the root directory, if not specified kiwi searches
26              the root directory in build/image-root below the specified  tar‐
27              get directory
28
29       --size=<size>
30              New  size  of  the image. The value is either a size in bytes or
31              can be specified with m=MB or g=GB. Example: 20g
32
33       --target-dir=<directory>
34              Directory containing the kiwi build results
35

AUTHOR

37       Marcus Schäfer
38
40       2016, Marcus Schäfer
41
42
43
44
459.17.38                          Apr 22, 2019           KIWI::IMAGE::RESIZE(8)
Impressum