curtin/partitions¶
The cloud init data to send machine after first boot.
The partition configuration for a Machine which is deployed via the Root Tarball
(tgz
image type). You must include the storage
, version
, and config
stanzas in the Param. See examples below for details.
This is a Curtin YAML format definition. For complete documentation on the data structure values and options, please see the documentation at:
If unspecified, the default action to setup a simple partition table suitable for linux
rootfs installs (single /
root filesystem as big as full disk size, no swapfile
located in root as /swap.img
).
Examples can be found in the :ref:rs_imagedeploy_storage
. Here is an external
link to the Examples (please note that this location may change in the future):