🐛 Add custom layout plugin (#87)

The default plugin does not support gpt

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
Itxaka
2023-03-09 17:19:15 +01:00
committed by GitHub
parent 88a2ca8a9b
commit b2f3615534
8 changed files with 1341 additions and 11 deletions

View File

@@ -328,10 +328,10 @@ var _ = Describe("mount utils", func() {
Name: "device",
Partitions: []*block.Partition{
{
Name: "device2",
Label: "COS_OEM",
Type: "ext4",
MountPoint: "/oem",
Name: "device2",
FilesystemLabel: "COS_OEM",
Type: "ext4",
MountPoint: "/oem",
},
},
}