Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 536 Bytes

File metadata and controls

30 lines (18 loc) · 536 Bytes
parent
Configuration

filesystem type

Specifies the mount options for a partition.

deviceId [string]

Required.

The ID of the partition or verity object.

type [string]

Required.

The filesystem type of the partition.

Supported options:

  • ext4
  • fat32 (alias for vfat)
  • vfat (will select either FAT12, FAT16, or FAT32 based on the size of the partition)
  • xfs

mountPoint [mountPoint]

Optional settings for where and how to mount the filesystem.