Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PartitioningMode ¶
type PartitioningMode string
const ( // AutoLVMPartitioningMode creates a LVM layout if the filesystem // contains a mountpoint that's not defined in the base partition table // of the specified image type. In the other case, a raw layout is used. AutoLVMPartitioningMode PartitioningMode = "auto-lvm" // LVMPartitioningMode always creates an LVM layout. LVMPartitioningMode PartitioningMode = "lvm" // RawPartitioningMode always creates a raw layout. RawPartitioningMode PartitioningMode = "raw" // BtrfsPartitioningMode creates a btrfs layout. BtrfsPartitioningMode PartitioningMode = "btrfs" // DefaultPartitioningMode is AutoLVMPartitioningMode and is the empty state DefaultPartitioningMode PartitioningMode = "" )
Click to show internal directories.
Click to hide internal directories.