1KIWI::IMAGE::RESIZE(8) KIWI NG KIWI::IMAGE::RESIZE(8)
2
3
4
6 kiwi::image::resize - Resize disk images to new geometry
7
9 kiwi-ng [global options] service <command> [<args>]
10
11 kiwi-ng image resize -h | --help
12 kiwi-ng image resize --target-dir=<directory> --size=<size>
13 [--root=<directory>]
14 kiwi-ng image resize help
15
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 or‐
19 der 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 re‐
21 size operation is useful for oem image builds most of the time.
22
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
37 Marcus Schäfer
38
40 2020, Marcus Schäfer
41
42
43
44
459.23.34 May 21, 2021 KIWI::IMAGE::RESIZE(8)