When we iterate over the partitions to find the root partition, we are getting the partition by value so even if we return a pointer to that then, it is actually a pointer duplicated object. Return the pointer to the actual partition object instead. |
||
|---|---|---|
| .. | ||
| customizations.go | ||
| disk.go | ||
| disk_test.go | ||