| parent | Configuration |
|---|---|
| ancestor | Image Customizer |
Specifies how to locate a partition in the base image.
Example:
storage:
verity:
- id: verityusr
name: usr
dataDevice:
idType: part-label
id: usr
hashDevice:
idType: part-label
id: usrhash
corruptionOption: panicAdded in v0.13.
Required.
Specifies the type of identifier used to find the partition.
Supported values:
part-label: Search by partition label.
Added in v0.13.
Required.
The identifier value of the partition, interpreted according to idType.
Added in v0.13.