debian-forge-composer/internal/disk
Christian Kellner 6333d54091 disk: return the correct ptr from RootPartition
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.
2022-02-22 19:23:41 +00:00
..
customizations.go disk: random volume ID generator for FAT 2021-12-02 12:12:05 +01:00
disk.go disk: return the correct ptr from RootPartition 2022-02-22 19:23:41 +00:00
disk_test.go gosec: G404 - Use of weak rng 2021-12-13 12:17:30 +02:00