Move to use our ghw clone (#535)

This commit is contained in:
Itxaka
2024-09-17 15:27:31 +02:00
committed by GitHub
parent d407679677
commit 3e99d75331
25 changed files with 409 additions and 778 deletions

View File

@@ -17,6 +17,7 @@ package config_test
import (
"fmt"
sdkTypes "github.com/kairos-io/kairos-sdk/types"
"path/filepath"
"reflect"
"strings"
@@ -151,7 +152,7 @@ var _ = Describe("Schema", func() {
Size: 10000,
},
Partitions: v1.ElementalPartitions{
OEM: &v1.Partition{
OEM: &sdkTypes.Partition{
Size: 5120,
FS: "ext4",
},