mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-12 13:17:08 +00:00
🐛 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:
@@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user