| virtualisation.fileSystems.<name>.neededForBoot | If set, this file system will be mounted in the initial ramdisk
|
| virtualisation.fileSystems.<name>.fsType | Type of the file system
|
| virtualisation.fileSystems.<name>.mountPoint | Location where the file system will be mounted
|
| virtualisation.fileSystems.<name>.options | Options used to mount the file system
|
| virtualisation.fileSystems.<name>.noCheck | Disable running fsck on this filesystem.
|
| virtualisation.fileSystems.<name>.enable | Whether to enable the filesystem mount.
|
| virtualisation.fileSystems.<name>.label | Label of the device
|
| virtualisation.fileSystems.<name>.autoFormat | If the device does not currently contain a filesystem (as
determined by blkid), then automatically
format it with the filesystem type specified in
fsType
|
| virtualisation.fileSystems.<name>.autoResize | If set, the filesystem is grown to its maximum size before
being mounted. (This is typically the size of the containing
partition.) This is currently only supported for ext2/3/4
filesystems that are mounted during early boot.
|
| virtualisation.fileSystems.<name>.device | The device as passed to mount
|
| virtualisation.fileSystems.<name>.depends | List of paths that should be mounted before this one
|